Shades of Puce #CC8589
Tints of Puce #CC8589
RGB
CMYK
RGB Variations
Color information
#CC8589 (or 0xCC8589) is known color: Puce. HEX triplet: CC, 85 and 89. RGB value is (204,133,137). Sum of RGB (Red+Green+Blue) = 204+133+137=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 133 (52.34% from 255 or 28.06% from 474); Blue value is 137 (53.91% from 255 or 28.90% from 474); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8589 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8589 is #337A76. Grayscale: #9A9A9A. Windows color (decimal): -3373687 or 9012684. OLE color: 9012684.
HSL color Cylindrical-coordinate representation of color #CC8589: hue angle of 356.62º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CC8589 is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 133 | 137 | - |
| CMYK | 0 | 0.35 | 0.33 | 0.2 |
| HSL | 356.62º | 0.41% | 0.66% | - |
| HSV(B) | 356.62º | 0.35% | 0.8% | - |
| XYZ | 37.8 | 31.42 | 27.74 | - |
| YUV | 154.69 | 118.02 | 163.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 133 | 137 | 0 | 0.35 | 0.33 | 0.2 | 356.62 | 0.41 | 0.66 |
| Hex | CC | 85 | 89 | 0 | 23 | 21 | 14 | 165 | 29 | 42 |
| Octal | 314 | 205 | 211 | 0 | 43 | 41 | 24 | 545 | 51 | 102 |
| Binary | 11001100 | 10000101 | 10001001 | 0 | 100011 | 100001 | 10100 | 101100101 | 101001 | 1000010 |
Color Harmonies of #CC8589
Complementary color
Monochromatic Colors of #CC8589
Black with #CC8589
Text Example
Text Example
White with #CC8589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8589; }
p { color: rgb(204,133,137); }
H1.HeaderClassName
{
color: #CC8589;
}
.AnyTagClassName
{
color: #CC8589;
}
</style>
background-color css
<style>
a { background-color: #CC8589; }
a { background-color: rgb(204,133,137); }
div.DivClassName
{
background-color: #CC8589;
}
.BgClassName
{
background-color: #CC8589;
}
</style>
border-color css
<style>
span { border-color: #CC8589; }
span { border-color: rgb(204,133,137); }
td.TdClassName
{
border-color: #CC8589;
}
.TagClassName
{
border-color: #CC8589;
}
</style>