Shades of Charm #CF7C87
Tints of Charm #CF7C87
RGB
CMYK
RGB Variations
Color information
#CF7C87 (or 0xCF7C87) is known color: Charm. HEX triplet: CF, 7C and 87. RGB value is (207,124,135). Sum of RGB (Red+Green+Blue) = 207+124+135=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 124 (48.83% from 255 or 26.61% from 466); Blue value is 135 (53.12% from 255 or 28.97% from 466); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7C87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7C87 is #308378. Grayscale: #969696. Windows color (decimal): -3179385 or 8879311. OLE color: 8879311.
HSL color Cylindrical-coordinate representation of color #CF7C87: hue angle of 352.05º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CF7C87 is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 124 | 135 | - |
| CMYK | 0 | 0.40 | 0.35 | 0.19 |
| HSL | 352.05º | 0.46% | 0.65% | - |
| HSV(B) | 352.05º | 0.4% | 0.81% | - |
| XYZ | 37.31 | 29.43 | 26.64 | - |
| YUV | 150.07 | 119.5 | 168.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 124 | 135 | 0 | 0.40 | 0.35 | 0.19 | 352.05 | 0.46 | 0.65 |
| Hex | CF | 7C | 87 | 0 | 28 | 23 | 13 | 160 | 2E | 41 |
| Octal | 317 | 174 | 207 | 0 | 50 | 43 | 23 | 540 | 56 | 101 |
| Binary | 11001111 | 1111100 | 10000111 | 0 | 101000 | 100011 | 10011 | 101100000 | 101110 | 1000001 |
Color Harmonies of #CF7C87
Complementary color
Monochromatic Colors of #CF7C87
Black with #CF7C87
Text Example
Text Example
White with #CF7C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7C87; }
p { color: rgb(207,124,135); }
H1.HeaderClassName
{
color: #CF7C87;
}
.AnyTagClassName
{
color: #CF7C87;
}
</style>
background-color css
<style>
a { background-color: #CF7C87; }
a { background-color: rgb(207,124,135); }
div.DivClassName
{
background-color: #CF7C87;
}
.BgClassName
{
background-color: #CF7C87;
}
</style>
border-color css
<style>
span { border-color: #CF7C87; }
span { border-color: rgb(207,124,135); }
td.TdClassName
{
border-color: #CF7C87;
}
.TagClassName
{
border-color: #CF7C87;
}
</style>