Shades of Charm #CC8287
Tints of Charm #CC8287
RGB
CMYK
RGB Variations
Color information
#CC8287 (or 0xCC8287) is known color: Charm. HEX triplet: CC, 82 and 87. RGB value is (204,130,135). Sum of RGB (Red+Green+Blue) = 204+130+135=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 130 (51.17% from 255 or 27.72% from 469); Blue value is 135 (53.12% from 255 or 28.78% from 469); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8287 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8287 is #337D78. Grayscale: #989898. Windows color (decimal): -3374457 or 8880844. OLE color: 8880844.
HSL color Cylindrical-coordinate representation of color #CC8287: hue angle of 355.95º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CC8287 is Cyan = 0, Magento = 0.36, Yellow = 0.34 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 130 | 135 | - |
| CMYK | 0 | 0.36 | 0.34 | 0.2 |
| HSL | 355.95º | 0.42% | 0.65% | - |
| HSV(B) | 355.95º | 0.36% | 0.8% | - |
| XYZ | 37.26 | 30.55 | 26.86 | - |
| YUV | 152.7 | 118.02 | 164.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 130 | 135 | 0 | 0.36 | 0.34 | 0.2 | 355.95 | 0.42 | 0.65 |
| Hex | CC | 82 | 87 | 0 | 24 | 22 | 14 | 164 | 2A | 41 |
| Octal | 314 | 202 | 207 | 0 | 44 | 42 | 24 | 544 | 52 | 101 |
| Binary | 11001100 | 10000010 | 10000111 | 0 | 100100 | 100010 | 10100 | 101100100 | 101010 | 1000001 |
Color Harmonies of #CC8287
Complementary color
Monochromatic Colors of #CC8287
Black with #CC8287
Text Example
Text Example
White with #CC8287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8287; }
p { color: rgb(204,130,135); }
H1.HeaderClassName
{
color: #CC8287;
}
.AnyTagClassName
{
color: #CC8287;
}
</style>
background-color css
<style>
a { background-color: #CC8287; }
a { background-color: rgb(204,130,135); }
div.DivClassName
{
background-color: #CC8287;
}
.BgClassName
{
background-color: #CC8287;
}
</style>
border-color css
<style>
span { border-color: #CC8287; }
span { border-color: rgb(204,130,135); }
td.TdClassName
{
border-color: #CC8287;
}
.TagClassName
{
border-color: #CC8287;
}
</style>