Shades of Charm #CF8184
Tints of Charm #CF8184
RGB
CMYK
RGB Variations
Color information
#CF8184 (or 0xCF8184) is known color: Charm. HEX triplet: CF, 81 and 84. RGB value is (207,129,132). Sum of RGB (Red+Green+Blue) = 207+129+132=468 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.23% from 468); Green value is 129 (50.78% from 255 or 27.56% from 468); Blue value is 132 (51.95% from 255 or 28.21% from 468); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8184 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8184 is #307E7B. Grayscale: #989898. Windows color (decimal): -3178108 or 8683983. OLE color: 8683983.
HSL color Cylindrical-coordinate representation of color #CF8184: hue angle of 357.69º 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 #CF8184 is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 129 | 132 | - |
| CMYK | 0 | 0.38 | 0.36 | 0.19 |
| HSL | 357.69º | 0.45% | 0.66% | - |
| HSV(B) | 357.69º | 0.38% | 0.81% | - |
| XYZ | 37.75 | 30.63 | 25.75 | - |
| YUV | 152.66 | 116.34 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 129 | 132 | 0 | 0.38 | 0.36 | 0.19 | 357.69 | 0.45 | 0.66 |
| Hex | CF | 81 | 84 | 0 | 26 | 24 | 13 | 166 | 2D | 42 |
| Octal | 317 | 201 | 204 | 0 | 46 | 44 | 23 | 546 | 55 | 102 |
| Binary | 11001111 | 10000001 | 10000100 | 0 | 100110 | 100100 | 10011 | 101100110 | 101101 | 1000010 |
Color Harmonies of #CF8184
Complementary color
Monochromatic Colors of #CF8184
Black with #CF8184
Text Example
Text Example
White with #CF8184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8184; }
p { color: rgb(207,129,132); }
H1.HeaderClassName
{
color: #CF8184;
}
.AnyTagClassName
{
color: #CF8184;
}
</style>
background-color css
<style>
a { background-color: #CF8184; }
a { background-color: rgb(207,129,132); }
div.DivClassName
{
background-color: #CF8184;
}
.BgClassName
{
background-color: #CF8184;
}
</style>
border-color css
<style>
span { border-color: #CF8184; }
span { border-color: rgb(207,129,132); }
td.TdClassName
{
border-color: #CF8184;
}
.TagClassName
{
border-color: #CF8184;
}
</style>