Shades of Charm #CF8084
Tints of Charm #CF8084
RGB
CMYK
RGB Variations
Color information
#CF8084 (or 0xCF8084) is known color: Charm. HEX triplet: CF, 80 and 84. RGB value is (207,128,132). Sum of RGB (Red+Green+Blue) = 207+128+132=467 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.33% from 467); Green value is 128 (50.39% from 255 or 27.41% from 467); Blue value is 132 (51.95% from 255 or 28.27% from 467); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8084 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8084 is #307F7B. Grayscale: #989898. Windows color (decimal): -3178364 or 8683727. OLE color: 8683727.
HSL color Cylindrical-coordinate representation of color #CF8084: hue angle of 356.96º 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 #CF8084 is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 128 | 132 | - |
| CMYK | 0 | 0.38 | 0.36 | 0.19 |
| HSL | 356.96º | 0.45% | 0.66% | - |
| HSV(B) | 356.96º | 0.38% | 0.81% | - |
| XYZ | 37.62 | 30.37 | 25.71 | - |
| YUV | 152.08 | 116.67 | 167.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 128 | 132 | 0 | 0.38 | 0.36 | 0.19 | 356.96 | 0.45 | 0.66 |
| Hex | CF | 80 | 84 | 0 | 26 | 24 | 13 | 165 | 2D | 42 |
| Octal | 317 | 200 | 204 | 0 | 46 | 44 | 23 | 545 | 55 | 102 |
| Binary | 11001111 | 10000000 | 10000100 | 0 | 100110 | 100100 | 10011 | 101100101 | 101101 | 1000010 |
Color Harmonies of #CF8084
Complementary color
Monochromatic Colors of #CF8084
Black with #CF8084
Text Example
Text Example
White with #CF8084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8084; }
p { color: rgb(207,128,132); }
H1.HeaderClassName
{
color: #CF8084;
}
.AnyTagClassName
{
color: #CF8084;
}
</style>
background-color css
<style>
a { background-color: #CF8084; }
a { background-color: rgb(207,128,132); }
div.DivClassName
{
background-color: #CF8084;
}
.BgClassName
{
background-color: #CF8084;
}
</style>
border-color css
<style>
span { border-color: #CF8084; }
span { border-color: rgb(207,128,132); }
td.TdClassName
{
border-color: #CF8084;
}
.TagClassName
{
border-color: #CF8084;
}
</style>