Shades of Charm #CF8086
Tints of Charm #CF8086
RGB
CMYK
RGB Variations
Color information
#CF8086 (or 0xCF8086) is known color: Charm. HEX triplet: CF, 80 and 86. RGB value is (207,128,134). Sum of RGB (Red+Green+Blue) = 207+128+134=469 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.14% from 469); Green value is 128 (50.39% from 255 or 27.29% from 469); Blue value is 134 (52.73% from 255 or 28.57% from 469); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8086 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8086 is #307F79. Grayscale: #989898. Windows color (decimal): -3178362 or 8814799. OLE color: 8814799.
HSL color Cylindrical-coordinate representation of color #CF8086: hue angle of 355.44º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CF8086 is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 128 | 134 | - |
| CMYK | 0 | 0.38 | 0.35 | 0.19 |
| HSL | 355.44º | 0.45% | 0.66% | - |
| HSV(B) | 355.44º | 0.38% | 0.81% | - |
| XYZ | 37.75 | 30.42 | 26.44 | - |
| YUV | 152.31 | 117.67 | 167.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 128 | 134 | 0 | 0.38 | 0.35 | 0.19 | 355.44 | 0.45 | 0.66 |
| Hex | CF | 80 | 86 | 0 | 26 | 23 | 13 | 163 | 2D | 42 |
| Octal | 317 | 200 | 206 | 0 | 46 | 43 | 23 | 543 | 55 | 102 |
| Binary | 11001111 | 10000000 | 10000110 | 0 | 100110 | 100011 | 10011 | 101100011 | 101101 | 1000010 |
Color Harmonies of #CF8086
Complementary color
Monochromatic Colors of #CF8086
Black with #CF8086
Text Example
Text Example
White with #CF8086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8086; }
p { color: rgb(207,128,134); }
H1.HeaderClassName
{
color: #CF8086;
}
.AnyTagClassName
{
color: #CF8086;
}
</style>
background-color css
<style>
a { background-color: #CF8086; }
a { background-color: rgb(207,128,134); }
div.DivClassName
{
background-color: #CF8086;
}
.BgClassName
{
background-color: #CF8086;
}
</style>
border-color css
<style>
span { border-color: #CF8086; }
span { border-color: rgb(207,128,134); }
td.TdClassName
{
border-color: #CF8086;
}
.TagClassName
{
border-color: #CF8086;
}
</style>