Shades of Puce #CC888E
Tints of Puce #CC888E
RGB
CMYK
RGB Variations
Color information
#CC888E (or 0xCC888E) is known color: Puce. HEX triplet: CC, 88 and 8E. RGB value is (204,136,142). Sum of RGB (Red+Green+Blue) = 204+136+142=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 136 (53.52% from 255 or 28.22% from 482); Blue value is 142 (55.86% from 255 or 29.46% from 482); Max value from RGB is 204 - color contains mainly: red. Hex color #CC888E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC888E is #337771. Grayscale: #9D9D9D. Windows color (decimal): -3372914 or 9341132. OLE color: 9341132.
HSL color Cylindrical-coordinate representation of color #CC888E: hue angle of 354.71º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CC888E is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 136 | 142 | - |
| CMYK | 0 | 0.33 | 0.30 | 0.2 |
| HSL | 354.71º | 0.4% | 0.67% | - |
| HSV(B) | 354.71º | 0.33% | 0.8% | - |
| XYZ | 38.59 | 32.4 | 29.81 | - |
| YUV | 157.02 | 119.53 | 161.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 136 | 142 | 0 | 0.33 | 0.30 | 0.2 | 354.71 | 0.4 | 0.67 |
| Hex | CC | 88 | 8E | 0 | 21 | 1E | 14 | 163 | 28 | 43 |
| Octal | 314 | 210 | 216 | 0 | 41 | 36 | 24 | 543 | 50 | 103 |
| Binary | 11001100 | 10001000 | 10001110 | 0 | 100001 | 11110 | 10100 | 101100011 | 101000 | 1000011 |
Color Harmonies of #CC888E
Complementary color
Monochromatic Colors of #CC888E
Black with #CC888E
Text Example
Text Example
White with #CC888E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC888E; }
p { color: rgb(204,136,142); }
H1.HeaderClassName
{
color: #CC888E;
}
.AnyTagClassName
{
color: #CC888E;
}
</style>
background-color css
<style>
a { background-color: #CC888E; }
a { background-color: rgb(204,136,142); }
div.DivClassName
{
background-color: #CC888E;
}
.BgClassName
{
background-color: #CC888E;
}
</style>
border-color css
<style>
span { border-color: #CC888E; }
span { border-color: rgb(204,136,142); }
td.TdClassName
{
border-color: #CC888E;
}
.TagClassName
{
border-color: #CC888E;
}
</style>