Shades of Charm #CF7F87
Tints of Charm #CF7F87
RGB
CMYK
RGB Variations
Color information
#CF7F87 (or 0xCF7F87) is known color: Charm. HEX triplet: CF, 7F and 87. RGB value is (207,127,135). Sum of RGB (Red+Green+Blue) = 207+127+135=469 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.14% from 469); Green value is 127 (50% from 255 or 27.08% from 469); Blue value is 135 (53.12% from 255 or 28.78% from 469); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7F87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7F87 is #308078. Grayscale: #979797. Windows color (decimal): -3178617 or 8880079. OLE color: 8880079.
HSL color Cylindrical-coordinate representation of color #CF7F87: hue angle of 354º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CF7F87 is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 127 | 135 | - |
| CMYK | 0 | 0.39 | 0.35 | 0.19 |
| HSL | 354º | 0.45% | 0.65% | - |
| HSV(B) | 354º | 0.39% | 0.81% | - |
| XYZ | 37.69 | 30.19 | 26.76 | - |
| YUV | 151.83 | 118.5 | 167.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 127 | 135 | 0 | 0.39 | 0.35 | 0.19 | 354 | 0.45 | 0.65 |
| Hex | CF | 7F | 87 | 0 | 27 | 23 | 13 | 162 | 2D | 41 |
| Octal | 317 | 177 | 207 | 0 | 47 | 43 | 23 | 542 | 55 | 101 |
| Binary | 11001111 | 1111111 | 10000111 | 0 | 100111 | 100011 | 10011 | 101100010 | 101101 | 1000001 |
Color Harmonies of #CF7F87
Complementary color
Monochromatic Colors of #CF7F87
Black with #CF7F87
Text Example
Text Example
White with #CF7F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7F87; }
p { color: rgb(207,127,135); }
H1.HeaderClassName
{
color: #CF7F87;
}
.AnyTagClassName
{
color: #CF7F87;
}
</style>
background-color css
<style>
a { background-color: #CF7F87; }
a { background-color: rgb(207,127,135); }
div.DivClassName
{
background-color: #CF7F87;
}
.BgClassName
{
background-color: #CF7F87;
}
</style>
border-color css
<style>
span { border-color: #CF7F87; }
span { border-color: rgb(207,127,135); }
td.TdClassName
{
border-color: #CF7F87;
}
.TagClassName
{
border-color: #CF7F87;
}
</style>