Shades of Charm #CC7E87
Tints of Charm #CC7E87
RGB
CMYK
RGB Variations
Color information
#CC7E87 (or 0xCC7E87) is known color: Charm. HEX triplet: CC, 7E and 87. RGB value is (204,126,135). Sum of RGB (Red+Green+Blue) = 204+126+135=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 126 (49.61% from 255 or 27.10% from 465); Blue value is 135 (53.12% from 255 or 29.03% from 465); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7E87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7E87 is #338178. Grayscale: #969696. Windows color (decimal): -3375481 or 8879820. OLE color: 8879820.
HSL color Cylindrical-coordinate representation of color #CC7E87: hue angle of 353.08º 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 #CC7E87 is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 126 | 135 | - |
| CMYK | 0 | 0.38 | 0.34 | 0.2 |
| HSL | 353.08º | 0.43% | 0.65% | - |
| HSV(B) | 353.08º | 0.38% | 0.8% | - |
| XYZ | 36.74 | 29.51 | 26.68 | - |
| YUV | 150.35 | 119.34 | 166.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 126 | 135 | 0 | 0.38 | 0.34 | 0.2 | 353.08 | 0.43 | 0.65 |
| Hex | CC | 7E | 87 | 0 | 26 | 22 | 14 | 161 | 2B | 41 |
| Octal | 314 | 176 | 207 | 0 | 46 | 42 | 24 | 541 | 53 | 101 |
| Binary | 11001100 | 1111110 | 10000111 | 0 | 100110 | 100010 | 10100 | 101100001 | 101011 | 1000001 |
Color Harmonies of #CC7E87
Complementary color
Monochromatic Colors of #CC7E87
Black with #CC7E87
Text Example
Text Example
White with #CC7E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7E87; }
p { color: rgb(204,126,135); }
H1.HeaderClassName
{
color: #CC7E87;
}
.AnyTagClassName
{
color: #CC7E87;
}
</style>
background-color css
<style>
a { background-color: #CC7E87; }
a { background-color: rgb(204,126,135); }
div.DivClassName
{
background-color: #CC7E87;
}
.BgClassName
{
background-color: #CC7E87;
}
</style>
border-color css
<style>
span { border-color: #CC7E87; }
span { border-color: rgb(204,126,135); }
td.TdClassName
{
border-color: #CC7E87;
}
.TagClassName
{
border-color: #CC7E87;
}
</style>