Shades of Charm #CF808C
Tints of Charm #CF808C
RGB
CMYK
RGB Variations
Color information
#CF808C (or 0xCF808C) is known color: Charm. HEX triplet: CF, 80 and 8C. RGB value is (207,128,140). Sum of RGB (Red+Green+Blue) = 207+128+140=475 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.58% from 475); Green value is 128 (50.39% from 255 or 26.95% from 475); Blue value is 140 (55.08% from 255 or 29.47% from 475); Max value from RGB is 207 - color contains mainly: red. Hex color #CF808C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF808C is #307F73. Grayscale: #999999. Windows color (decimal): -3178356 or 9208015. OLE color: 9208015.
HSL color Cylindrical-coordinate representation of color #CF808C: hue angle of 350.89º 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 #CF808C is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 128 | 140 | - |
| CMYK | 0 | 0.38 | 0.32 | 0.19 |
| HSL | 350.89º | 0.45% | 0.66% | - |
| HSV(B) | 350.89º | 0.38% | 0.81% | - |
| XYZ | 38.18 | 30.6 | 28.7 | - |
| YUV | 152.99 | 120.67 | 166.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 128 | 140 | 0 | 0.38 | 0.32 | 0.19 | 350.89 | 0.45 | 0.66 |
| Hex | CF | 80 | 8C | 0 | 26 | 20 | 13 | 15F | 2D | 42 |
| Octal | 317 | 200 | 214 | 0 | 46 | 40 | 23 | 537 | 55 | 102 |
| Binary | 11001111 | 10000000 | 10001100 | 0 | 100110 | 100000 | 10011 | 101011111 | 101101 | 1000010 |
Color Harmonies of #CF808C
Complementary color
Monochromatic Colors of #CF808C
Black with #CF808C
Text Example
Text Example
White with #CF808C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF808C; }
p { color: rgb(207,128,140); }
H1.HeaderClassName
{
color: #CF808C;
}
.AnyTagClassName
{
color: #CF808C;
}
</style>
background-color css
<style>
a { background-color: #CF808C; }
a { background-color: rgb(207,128,140); }
div.DivClassName
{
background-color: #CF808C;
}
.BgClassName
{
background-color: #CF808C;
}
</style>
border-color css
<style>
span { border-color: #CF808C; }
span { border-color: rgb(207,128,140); }
td.TdClassName
{
border-color: #CF808C;
}
.TagClassName
{
border-color: #CF808C;
}
</style>