#cc8899
Puce Color Codes
Code | Value |
---|---|
HEX | #cc8899 |
RGB | rgb(204,136,153) |
HSL | |
CMYK |
Shades of Puce (#cc8899)
Tints of Puce (#cc8899)
Puce (#cc8899) Preview
Text with hexademical color #cc8899
This text has a font color of #cc8899
<span style="color: #cc8899;">Text</span>
#cc8899 background color
This paragraph has a background color of #cc8899
<p style="background-color: #cc8899;">Text</p>
#cc8899 border color
This element has a border color of #cc8899
<div style="border: 2px solid #cc8899;">Text</div>
CSS codes
.text {color:#cc8899;}
.background {background-color: #cc8899;}
.border {border:2px solid #cc8899;}