Shades of Charm #CF8284
Tints of Charm #CF8284
RGB
CMYK
RGB Variations
Color information
#CF8284 (or 0xCF8284) is known color: Charm. HEX triplet: CF, 82 and 84. RGB value is (207,130,132). Sum of RGB (Red+Green+Blue) = 207+130+132=469 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.14% from 469); Green value is 130 (51.17% from 255 or 27.72% from 469); Blue value is 132 (51.95% from 255 or 28.14% from 469); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8284 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8284 is #307D7B. Grayscale: #999999. Windows color (decimal): -3177852 or 8684239. OLE color: 8684239.
HSL color Cylindrical-coordinate representation of color #CF8284: hue angle of 358.44º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CF8284 is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 130 | 132 | - |
| CMYK | 0 | 0.37 | 0.36 | 0.19 |
| HSL | 358.44º | 0.45% | 0.66% | - |
| HSV(B) | 358.44º | 0.37% | 0.81% | - |
| XYZ | 37.88 | 30.9 | 25.8 | - |
| YUV | 153.25 | 116.01 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 130 | 132 | 0 | 0.37 | 0.36 | 0.19 | 358.44 | 0.45 | 0.66 |
| Hex | CF | 82 | 84 | 0 | 25 | 24 | 13 | 166 | 2D | 42 |
| Octal | 317 | 202 | 204 | 0 | 45 | 44 | 23 | 546 | 55 | 102 |
| Binary | 11001111 | 10000010 | 10000100 | 0 | 100101 | 100100 | 10011 | 101100110 | 101101 | 1000010 |
Color Harmonies of #CF8284
Complementary color
Monochromatic Colors of #CF8284
Black with #CF8284
Text Example
Text Example
White with #CF8284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8284; }
p { color: rgb(207,130,132); }
H1.HeaderClassName
{
color: #CF8284;
}
.AnyTagClassName
{
color: #CF8284;
}
</style>
background-color css
<style>
a { background-color: #CF8284; }
a { background-color: rgb(207,130,132); }
div.DivClassName
{
background-color: #CF8284;
}
.BgClassName
{
background-color: #CF8284;
}
</style>
border-color css
<style>
span { border-color: #CF8284; }
span { border-color: rgb(207,130,132); }
td.TdClassName
{
border-color: #CF8284;
}
.TagClassName
{
border-color: #CF8284;
}
</style>