Shades of Puce #CC8596
Tints of Puce #CC8596
RGB
CMYK
RGB Variations
Color information
#CC8596 (or 0xCC8596) is known color: Puce. HEX triplet: CC, 85 and 96. RGB value is (204,133,150). Sum of RGB (Red+Green+Blue) = 204+133+150=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 133 (52.34% from 255 or 27.31% from 487); Blue value is 150 (58.98% from 255 or 30.80% from 487); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8596 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8596 is #337A69. Grayscale: #9C9C9C. Windows color (decimal): -3373674 or 9864652. OLE color: 9864652.
HSL color Cylindrical-coordinate representation of color #CC8596: hue angle of 345.63º 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 #CC8596 is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 133 | 150 | - |
| CMYK | 0 | 0.35 | 0.26 | 0.2 |
| HSL | 345.63º | 0.41% | 0.66% | - |
| HSV(B) | 345.63º | 0.35% | 0.8% | - |
| XYZ | 38.79 | 31.81 | 32.95 | - |
| YUV | 156.17 | 124.52 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 133 | 150 | 0 | 0.35 | 0.26 | 0.2 | 345.63 | 0.41 | 0.66 |
| Hex | CC | 85 | 96 | 0 | 23 | 1A | 14 | 15A | 29 | 42 |
| Octal | 314 | 205 | 226 | 0 | 43 | 32 | 24 | 532 | 51 | 102 |
| Binary | 11001100 | 10000101 | 10010110 | 0 | 100011 | 11010 | 10100 | 101011010 | 101001 | 1000010 |
Color Harmonies of #CC8596
Complementary color
Monochromatic Colors of #CC8596
Black with #CC8596
Text Example
Text Example
White with #CC8596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8596; }
p { color: rgb(204,133,150); }
H1.HeaderClassName
{
color: #CC8596;
}
.AnyTagClassName
{
color: #CC8596;
}
</style>
background-color css
<style>
a { background-color: #CC8596; }
a { background-color: rgb(204,133,150); }
div.DivClassName
{
background-color: #CC8596;
}
.BgClassName
{
background-color: #CC8596;
}
</style>
border-color css
<style>
span { border-color: #CC8596; }
span { border-color: rgb(204,133,150); }
td.TdClassName
{
border-color: #CC8596;
}
.TagClassName
{
border-color: #CC8596;
}
</style>