Shades of Charm #CC7587
Tints of Charm #CC7587
RGB
CMYK
RGB Variations
Color information
#CC7587 (or 0xCC7587) is known color: Charm. HEX triplet: CC, 75 and 87. RGB value is (204,117,135). Sum of RGB (Red+Green+Blue) = 204+117+135=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 117 (46.09% from 255 or 25.66% from 456); Blue value is 135 (53.12% from 255 or 29.61% from 456); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7587 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7587 is #338A78. Grayscale: #919191. Windows color (decimal): -3377785 or 8877516. OLE color: 8877516.
HSL color Cylindrical-coordinate representation of color #CC7587: hue angle of 347.59º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CC7587 is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 117 | 135 | - |
| CMYK | 0 | 0.43 | 0.34 | 0.2 |
| HSL | 347.59º | 0.46% | 0.63% | - |
| HSV(B) | 347.59º | 0.43% | 0.8% | - |
| XYZ | 35.64 | 27.31 | 26.31 | - |
| YUV | 145.07 | 122.32 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 117 | 135 | 0 | 0.43 | 0.34 | 0.2 | 347.59 | 0.46 | 0.63 |
| Hex | CC | 75 | 87 | 0 | 2B | 22 | 14 | 15C | 2E | 3F |
| Octal | 314 | 165 | 207 | 0 | 53 | 42 | 24 | 534 | 56 | 77 |
| Binary | 11001100 | 1110101 | 10000111 | 0 | 101011 | 100010 | 10100 | 101011100 | 101110 | 111111 |
Color Harmonies of #CC7587
Complementary color
Monochromatic Colors of #CC7587
Black with #CC7587
Text Example
Text Example
White with #CC7587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7587; }
p { color: rgb(204,117,135); }
H1.HeaderClassName
{
color: #CC7587;
}
.AnyTagClassName
{
color: #CC7587;
}
</style>
background-color css
<style>
a { background-color: #CC7587; }
a { background-color: rgb(204,117,135); }
div.DivClassName
{
background-color: #CC7587;
}
.BgClassName
{
background-color: #CC7587;
}
</style>
border-color css
<style>
span { border-color: #CC7587; }
span { border-color: rgb(204,117,135); }
td.TdClassName
{
border-color: #CC7587;
}
.TagClassName
{
border-color: #CC7587;
}
</style>