Shades of Charm #CC8187
Tints of Charm #CC8187
RGB
CMYK
RGB Variations
Color information
#CC8187 (or 0xCC8187) is known color: Charm. HEX triplet: CC, 81 and 87. RGB value is (204,129,135). Sum of RGB (Red+Green+Blue) = 204+129+135=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 129 (50.78% from 255 or 27.56% from 468); Blue value is 135 (53.12% from 255 or 28.85% from 468); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8187 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8187 is #337E78. Grayscale: #989898. Windows color (decimal): -3374713 or 8880588. OLE color: 8880588.
HSL color Cylindrical-coordinate representation of color #CC8187: hue angle of 355.2º 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 #CC8187 is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 129 | 135 | - |
| CMYK | 0 | 0.37 | 0.34 | 0.2 |
| HSL | 355.2º | 0.42% | 0.65% | - |
| HSV(B) | 355.2º | 0.37% | 0.8% | - |
| XYZ | 37.13 | 30.29 | 26.81 | - |
| YUV | 152.11 | 118.35 | 165.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 129 | 135 | 0 | 0.37 | 0.34 | 0.2 | 355.2 | 0.42 | 0.65 |
| Hex | CC | 81 | 87 | 0 | 25 | 22 | 14 | 163 | 2A | 41 |
| Octal | 314 | 201 | 207 | 0 | 45 | 42 | 24 | 543 | 52 | 101 |
| Binary | 11001100 | 10000001 | 10000111 | 0 | 100101 | 100010 | 10100 | 101100011 | 101010 | 1000001 |
Color Harmonies of #CC8187
Complementary color
Monochromatic Colors of #CC8187
Black with #CC8187
Text Example
Text Example
White with #CC8187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8187; }
p { color: rgb(204,129,135); }
H1.HeaderClassName
{
color: #CC8187;
}
.AnyTagClassName
{
color: #CC8187;
}
</style>
background-color css
<style>
a { background-color: #CC8187; }
a { background-color: rgb(204,129,135); }
div.DivClassName
{
background-color: #CC8187;
}
.BgClassName
{
background-color: #CC8187;
}
</style>
border-color css
<style>
span { border-color: #CC8187; }
span { border-color: rgb(204,129,135); }
td.TdClassName
{
border-color: #CC8187;
}
.TagClassName
{
border-color: #CC8187;
}
</style>