Shades of Puce #CC818F
Tints of Puce #CC818F
RGB
CMYK
RGB Variations
Color information
#CC818F (or 0xCC818F) is known color: Puce. HEX triplet: CC, 81 and 8F. RGB value is (204,129,143). Sum of RGB (Red+Green+Blue) = 204+129+143=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 129 (50.78% from 255 or 27.10% from 476); Blue value is 143 (56.25% from 255 or 30.04% from 476); Max value from RGB is 204 - color contains mainly: red. Hex color #CC818F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC818F is #337E70. Grayscale: #999999. Windows color (decimal): -3374705 or 9404876. OLE color: 9404876.
HSL color Cylindrical-coordinate representation of color #CC818F: hue angle of 348.8º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CC818F is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 129 | 143 | - |
| CMYK | 0 | 0.37 | 0.30 | 0.2 |
| HSL | 348.8º | 0.42% | 0.65% | - |
| HSV(B) | 348.8º | 0.37% | 0.8% | - |
| XYZ | 37.71 | 30.52 | 29.89 | - |
| YUV | 153.02 | 122.35 | 164.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 129 | 143 | 0 | 0.37 | 0.30 | 0.2 | 348.8 | 0.42 | 0.65 |
| Hex | CC | 81 | 8F | 0 | 25 | 1E | 14 | 15D | 2A | 41 |
| Octal | 314 | 201 | 217 | 0 | 45 | 36 | 24 | 535 | 52 | 101 |
| Binary | 11001100 | 10000001 | 10001111 | 0 | 100101 | 11110 | 10100 | 101011101 | 101010 | 1000001 |
Color Harmonies of #CC818F
Complementary color
Monochromatic Colors of #CC818F
Black with #CC818F
Text Example
Text Example
White with #CC818F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC818F; }
p { color: rgb(204,129,143); }
H1.HeaderClassName
{
color: #CC818F;
}
.AnyTagClassName
{
color: #CC818F;
}
</style>
background-color css
<style>
a { background-color: #CC818F; }
a { background-color: rgb(204,129,143); }
div.DivClassName
{
background-color: #CC818F;
}
.BgClassName
{
background-color: #CC818F;
}
</style>
border-color css
<style>
span { border-color: #CC818F; }
span { border-color: rgb(204,129,143); }
td.TdClassName
{
border-color: #CC818F;
}
.TagClassName
{
border-color: #CC818F;
}
</style>