Shades of Charm #CF7086
Tints of Charm #CF7086
RGB
CMYK
RGB Variations
Color information
#CF7086 (or 0xCF7086) is known color: Charm. HEX triplet: CF, 70 and 86. RGB value is (207,112,134). Sum of RGB (Red+Green+Blue) = 207+112+134=453 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.70% from 453); Green value is 112 (44.14% from 255 or 24.72% from 453); Blue value is 134 (52.73% from 255 or 29.58% from 453); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7086 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7086 is #308F79. Grayscale: #8E8E8E. Windows color (decimal): -3182458 or 8810703. OLE color: 8810703.
HSL color Cylindrical-coordinate representation of color #CF7086: hue angle of 346.11º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CF7086 is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 112 | 134 | - |
| CMYK | 0 | 0.46 | 0.35 | 0.19 |
| HSL | 346.11º | 0.5% | 0.63% | - |
| HSV(B) | 346.11º | 0.46% | 0.81% | - |
| XYZ | 35.83 | 26.57 | 25.8 | - |
| YUV | 142.91 | 122.97 | 173.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 112 | 134 | 0 | 0.46 | 0.35 | 0.19 | 346.11 | 0.5 | 0.63 |
| Hex | CF | 70 | 86 | 0 | 2E | 23 | 13 | 15A | 32 | 3F |
| Octal | 317 | 160 | 206 | 0 | 56 | 43 | 23 | 532 | 62 | 77 |
| Binary | 11001111 | 1110000 | 10000110 | 0 | 101110 | 100011 | 10011 | 101011010 | 110010 | 111111 |
Color Harmonies of #CF7086
Complementary color
Monochromatic Colors of #CF7086
Black with #CF7086
Text Example
Text Example
White with #CF7086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7086; }
p { color: rgb(207,112,134); }
H1.HeaderClassName
{
color: #CF7086;
}
.AnyTagClassName
{
color: #CF7086;
}
</style>
background-color css
<style>
a { background-color: #CF7086; }
a { background-color: rgb(207,112,134); }
div.DivClassName
{
background-color: #CF7086;
}
.BgClassName
{
background-color: #CF7086;
}
</style>
border-color css
<style>
span { border-color: #CF7086; }
span { border-color: rgb(207,112,134); }
td.TdClassName
{
border-color: #CF7086;
}
.TagClassName
{
border-color: #CF7086;
}
</style>