Shades of Puce #CC888A
Tints of Puce #CC888A
RGB
CMYK
RGB Variations
Color information
#CC888A (or 0xCC888A) is known color: Puce. HEX triplet: CC, 88 and 8A. RGB value is (204,136,138). Sum of RGB (Red+Green+Blue) = 204+136+138=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 136 (53.52% from 255 or 28.45% from 478); Blue value is 138 (54.30% from 255 or 28.87% from 478); Max value from RGB is 204 - color contains mainly: red. Hex color #CC888A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC888A is #337775. Grayscale: #9C9C9C. Windows color (decimal): -3372918 or 9078988. OLE color: 9078988.
HSL color Cylindrical-coordinate representation of color #CC888A: hue angle of 358.24º 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 #CC888A is Cyan = 0, Magento = 0.33, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 136 | 138 | - |
| CMYK | 0 | 0.33 | 0.32 | 0.2 |
| HSL | 358.24º | 0.4% | 0.67% | - |
| HSV(B) | 358.24º | 0.33% | 0.8% | - |
| XYZ | 38.29 | 32.28 | 28.26 | - |
| YUV | 156.56 | 117.53 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 136 | 138 | 0 | 0.33 | 0.32 | 0.2 | 358.24 | 0.4 | 0.67 |
| Hex | CC | 88 | 8A | 0 | 21 | 20 | 14 | 166 | 28 | 43 |
| Octal | 314 | 210 | 212 | 0 | 41 | 40 | 24 | 546 | 50 | 103 |
| Binary | 11001100 | 10001000 | 10001010 | 0 | 100001 | 100000 | 10100 | 101100110 | 101000 | 1000011 |
Color Harmonies of #CC888A
Complementary color
Monochromatic Colors of #CC888A
Black with #CC888A
Text Example
Text Example
White with #CC888A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC888A; }
p { color: rgb(204,136,138); }
H1.HeaderClassName
{
color: #CC888A;
}
.AnyTagClassName
{
color: #CC888A;
}
</style>
background-color css
<style>
a { background-color: #CC888A; }
a { background-color: rgb(204,136,138); }
div.DivClassName
{
background-color: #CC888A;
}
.BgClassName
{
background-color: #CC888A;
}
</style>
border-color css
<style>
span { border-color: #CC888A; }
span { border-color: rgb(204,136,138); }
td.TdClassName
{
border-color: #CC888A;
}
.TagClassName
{
border-color: #CC888A;
}
</style>