Shades of Puce #CC8D96
Tints of Puce #CC8D96
RGB
CMYK
RGB Variations
Color information
#CC8D96 (or 0xCC8D96) is known color: Puce. HEX triplet: CC, 8D and 96. RGB value is (204,141,150). Sum of RGB (Red+Green+Blue) = 204+141+150=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 141 (55.47% from 255 or 28.48% from 495); Blue value is 150 (58.98% from 255 or 30.30% from 495); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8D96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8D96 is #337269. Grayscale: #A0A0A0. Windows color (decimal): -3371626 or 9866700. OLE color: 9866700.
HSL color Cylindrical-coordinate representation of color #CC8D96: hue angle of 351.43º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CC8D96 is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 141 | 150 | - |
| CMYK | 0 | 0.31 | 0.26 | 0.2 |
| HSL | 351.43º | 0.38% | 0.68% | - |
| HSV(B) | 351.43º | 0.31% | 0.8% | - |
| XYZ | 39.93 | 34.09 | 33.33 | - |
| YUV | 160.86 | 121.87 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 141 | 150 | 0 | 0.31 | 0.26 | 0.2 | 351.43 | 0.38 | 0.68 |
| Hex | CC | 8D | 96 | 0 | 1F | 1A | 14 | 15F | 26 | 44 |
| Octal | 314 | 215 | 226 | 0 | 37 | 32 | 24 | 537 | 46 | 104 |
| Binary | 11001100 | 10001101 | 10010110 | 0 | 11111 | 11010 | 10100 | 101011111 | 100110 | 1000100 |
Color Harmonies of #CC8D96
Complementary color
Monochromatic Colors of #CC8D96
Black with #CC8D96
Text Example
Text Example
White with #CC8D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8D96; }
p { color: rgb(204,141,150); }
H1.HeaderClassName
{
color: #CC8D96;
}
.AnyTagClassName
{
color: #CC8D96;
}
</style>
background-color css
<style>
a { background-color: #CC8D96; }
a { background-color: rgb(204,141,150); }
div.DivClassName
{
background-color: #CC8D96;
}
.BgClassName
{
background-color: #CC8D96;
}
</style>
border-color css
<style>
span { border-color: #CC8D96; }
span { border-color: rgb(204,141,150); }
td.TdClassName
{
border-color: #CC8D96;
}
.TagClassName
{
border-color: #CC8D96;
}
</style>