Shades of Charm #CF808A
Tints of Charm #CF808A
RGB
CMYK
RGB Variations
Color information
#CF808A (or 0xCF808A) is known color: Charm. HEX triplet: CF, 80 and 8A. RGB value is (207,128,138). Sum of RGB (Red+Green+Blue) = 207+128+138=473 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.76% from 473); Green value is 128 (50.39% from 255 or 27.06% from 473); Blue value is 138 (54.30% from 255 or 29.18% from 473); Max value from RGB is 207 - color contains mainly: red. Hex color #CF808A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF808A is #307F75. Grayscale: #989898. Windows color (decimal): -3178358 or 9076943. OLE color: 9076943.
HSL color Cylindrical-coordinate representation of color #CF808A: hue angle of 352.41º 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 #CF808A is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 128 | 138 | - |
| CMYK | 0 | 0.38 | 0.33 | 0.19 |
| HSL | 352.41º | 0.45% | 0.66% | - |
| HSV(B) | 352.41º | 0.38% | 0.81% | - |
| XYZ | 38.04 | 30.54 | 27.93 | - |
| YUV | 152.76 | 119.67 | 166.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 128 | 138 | 0 | 0.38 | 0.33 | 0.19 | 352.41 | 0.45 | 0.66 |
| Hex | CF | 80 | 8A | 0 | 26 | 21 | 13 | 160 | 2D | 42 |
| Octal | 317 | 200 | 212 | 0 | 46 | 41 | 23 | 540 | 55 | 102 |
| Binary | 11001111 | 10000000 | 10001010 | 0 | 100110 | 100001 | 10011 | 101100000 | 101101 | 1000010 |
Color Harmonies of #CF808A
Complementary color
Monochromatic Colors of #CF808A
Black with #CF808A
Text Example
Text Example
White with #CF808A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF808A; }
p { color: rgb(207,128,138); }
H1.HeaderClassName
{
color: #CF808A;
}
.AnyTagClassName
{
color: #CF808A;
}
</style>
background-color css
<style>
a { background-color: #CF808A; }
a { background-color: rgb(207,128,138); }
div.DivClassName
{
background-color: #CF808A;
}
.BgClassName
{
background-color: #CF808A;
}
</style>
border-color css
<style>
span { border-color: #CF808A; }
span { border-color: rgb(207,128,138); }
td.TdClassName
{
border-color: #CF808A;
}
.TagClassName
{
border-color: #CF808A;
}
</style>