Shades of Charm #CC7F87
Tints of Charm #CC7F87
RGB
CMYK
RGB Variations
Color information
#CC7F87 (or 0xCC7F87) is known color: Charm. HEX triplet: CC, 7F and 87. RGB value is (204,127,135). Sum of RGB (Red+Green+Blue) = 204+127+135=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 127 (50% from 255 or 27.25% from 466); Blue value is 135 (53.12% from 255 or 28.97% from 466); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7F87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7F87 is #338078. Grayscale: #969696. Windows color (decimal): -3375225 or 8880076. OLE color: 8880076.
HSL color Cylindrical-coordinate representation of color #CC7F87: hue angle of 353.77º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CC7F87 is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 127 | 135 | - |
| CMYK | 0 | 0.38 | 0.34 | 0.2 |
| HSL | 353.77º | 0.43% | 0.65% | - |
| HSV(B) | 353.77º | 0.38% | 0.8% | - |
| XYZ | 36.86 | 29.77 | 26.72 | - |
| YUV | 150.94 | 119.01 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 127 | 135 | 0 | 0.38 | 0.34 | 0.2 | 353.77 | 0.43 | 0.65 |
| Hex | CC | 7F | 87 | 0 | 26 | 22 | 14 | 162 | 2B | 41 |
| Octal | 314 | 177 | 207 | 0 | 46 | 42 | 24 | 542 | 53 | 101 |
| Binary | 11001100 | 1111111 | 10000111 | 0 | 100110 | 100010 | 10100 | 101100010 | 101011 | 1000001 |
Color Harmonies of #CC7F87
Complementary color
Monochromatic Colors of #CC7F87
Black with #CC7F87
Text Example
Text Example
White with #CC7F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7F87; }
p { color: rgb(204,127,135); }
H1.HeaderClassName
{
color: #CC7F87;
}
.AnyTagClassName
{
color: #CC7F87;
}
</style>
background-color css
<style>
a { background-color: #CC7F87; }
a { background-color: rgb(204,127,135); }
div.DivClassName
{
background-color: #CC7F87;
}
.BgClassName
{
background-color: #CC7F87;
}
</style>
border-color css
<style>
span { border-color: #CC7F87; }
span { border-color: rgb(204,127,135); }
td.TdClassName
{
border-color: #CC7F87;
}
.TagClassName
{
border-color: #CC7F87;
}
</style>