Shades of Charm #CF7D87
Tints of Charm #CF7D87
RGB
CMYK
RGB Variations
Color information
#CF7D87 (or 0xCF7D87) is known color: Charm. HEX triplet: CF, 7D and 87. RGB value is (207,125,135). Sum of RGB (Red+Green+Blue) = 207+125+135=467 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.33% from 467); Green value is 125 (49.22% from 255 or 26.77% from 467); Blue value is 135 (53.12% from 255 or 28.91% from 467); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7D87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7D87 is #308278. Grayscale: #969696. Windows color (decimal): -3179129 or 8879567. OLE color: 8879567.
HSL color Cylindrical-coordinate representation of color #CF7D87: hue angle of 352.68º 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 #CF7D87 is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 125 | 135 | - |
| CMYK | 0 | 0.40 | 0.35 | 0.19 |
| HSL | 352.68º | 0.46% | 0.65% | - |
| HSV(B) | 352.68º | 0.4% | 0.81% | - |
| XYZ | 37.44 | 29.68 | 26.68 | - |
| YUV | 150.66 | 119.17 | 168.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 125 | 135 | 0 | 0.40 | 0.35 | 0.19 | 352.68 | 0.46 | 0.65 |
| Hex | CF | 7D | 87 | 0 | 28 | 23 | 13 | 161 | 2E | 41 |
| Octal | 317 | 175 | 207 | 0 | 50 | 43 | 23 | 541 | 56 | 101 |
| Binary | 11001111 | 1111101 | 10000111 | 0 | 101000 | 100011 | 10011 | 101100001 | 101110 | 1000001 |
Color Harmonies of #CF7D87
Complementary color
Monochromatic Colors of #CF7D87
Black with #CF7D87
Text Example
Text Example
White with #CF7D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7D87; }
p { color: rgb(207,125,135); }
H1.HeaderClassName
{
color: #CF7D87;
}
.AnyTagClassName
{
color: #CF7D87;
}
</style>
background-color css
<style>
a { background-color: #CF7D87; }
a { background-color: rgb(207,125,135); }
div.DivClassName
{
background-color: #CF7D87;
}
.BgClassName
{
background-color: #CF7D87;
}
</style>
border-color css
<style>
span { border-color: #CF7D87; }
span { border-color: rgb(207,125,135); }
td.TdClassName
{
border-color: #CF7D87;
}
.TagClassName
{
border-color: #CF7D87;
}
</style>