Shades of Charm #CC7087
Tints of Charm #CC7087
RGB
CMYK
RGB Variations
Color information
#CC7087 (or 0xCC7087) is known color: Charm. HEX triplet: CC, 70 and 87. RGB value is (204,112,135). Sum of RGB (Red+Green+Blue) = 204+112+135=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 112 (44.14% from 255 or 24.83% from 451); Blue value is 135 (53.12% from 255 or 29.93% from 451); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7087 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7087 is #338F78. Grayscale: #8E8E8E. Windows color (decimal): -3379065 or 8876236. OLE color: 8876236.
HSL color Cylindrical-coordinate representation of color #CC7087: hue angle of 345º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CC7087 is Cyan = 0, Magento = 0.45, Yellow = 0.34 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 112 | 135 | - |
| CMYK | 0 | 0.45 | 0.34 | 0.2 |
| HSL | 345º | 0.47% | 0.62% | - |
| HSV(B) | 345º | 0.45% | 0.8% | - |
| XYZ | 35.07 | 26.17 | 26.13 | - |
| YUV | 142.13 | 123.98 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 112 | 135 | 0 | 0.45 | 0.34 | 0.2 | 345 | 0.47 | 0.62 |
| Hex | CC | 70 | 87 | 0 | 2D | 22 | 14 | 159 | 2F | 3E |
| Octal | 314 | 160 | 207 | 0 | 55 | 42 | 24 | 531 | 57 | 76 |
| Binary | 11001100 | 1110000 | 10000111 | 0 | 101101 | 100010 | 10100 | 101011001 | 101111 | 111110 |
Color Harmonies of #CC7087
Complementary color
Monochromatic Colors of #CC7087
Black with #CC7087
Text Example
Text Example
White with #CC7087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7087; }
p { color: rgb(204,112,135); }
H1.HeaderClassName
{
color: #CC7087;
}
.AnyTagClassName
{
color: #CC7087;
}
</style>
background-color css
<style>
a { background-color: #CC7087; }
a { background-color: rgb(204,112,135); }
div.DivClassName
{
background-color: #CC7087;
}
.BgClassName
{
background-color: #CC7087;
}
</style>
border-color css
<style>
span { border-color: #CC7087; }
span { border-color: rgb(204,112,135); }
td.TdClassName
{
border-color: #CC7087;
}
.TagClassName
{
border-color: #CC7087;
}
</style>