Shades of Charm #CF7D86
Tints of Charm #CF7D86
RGB
CMYK
RGB Variations
Color information
#CF7D86 (or 0xCF7D86) is known color: Charm. HEX triplet: CF, 7D and 86. RGB value is (207,125,134). Sum of RGB (Red+Green+Blue) = 207+125+134=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 125 (49.22% from 255 or 26.82% from 466); Blue value is 134 (52.73% from 255 or 28.76% from 466); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7D86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7D86 is #308279. Grayscale: #969696. Windows color (decimal): -3179130 or 8814031. OLE color: 8814031.
HSL color Cylindrical-coordinate representation of color #CF7D86: hue angle of 353.41º 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 #CF7D86 is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 125 | 134 | - |
| CMYK | 0 | 0.40 | 0.35 | 0.19 |
| HSL | 353.41º | 0.46% | 0.65% | - |
| HSV(B) | 353.41º | 0.4% | 0.81% | - |
| XYZ | 37.37 | 29.65 | 26.31 | - |
| YUV | 150.54 | 118.67 | 168.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 125 | 134 | 0 | 0.40 | 0.35 | 0.19 | 353.41 | 0.46 | 0.65 |
| Hex | CF | 7D | 86 | 0 | 28 | 23 | 13 | 161 | 2E | 41 |
| Octal | 317 | 175 | 206 | 0 | 50 | 43 | 23 | 541 | 56 | 101 |
| Binary | 11001111 | 1111101 | 10000110 | 0 | 101000 | 100011 | 10011 | 101100001 | 101110 | 1000001 |
Color Harmonies of #CF7D86
Complementary color
Monochromatic Colors of #CF7D86
Black with #CF7D86
Text Example
Text Example
White with #CF7D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7D86; }
p { color: rgb(207,125,134); }
H1.HeaderClassName
{
color: #CF7D86;
}
.AnyTagClassName
{
color: #CF7D86;
}
</style>
background-color css
<style>
a { background-color: #CF7D86; }
a { background-color: rgb(207,125,134); }
div.DivClassName
{
background-color: #CF7D86;
}
.BgClassName
{
background-color: #CF7D86;
}
</style>
border-color css
<style>
span { border-color: #CF7D86; }
span { border-color: rgb(207,125,134); }
td.TdClassName
{
border-color: #CF7D86;
}
.TagClassName
{
border-color: #CF7D86;
}
</style>