Shades of Charm #CE808C
Tints of Charm #CE808C
RGB
CMYK
RGB Variations
Color information
#CE808C (or 0xCE808C) is known color: Charm. HEX triplet: CE, 80 and 8C. RGB value is (206,128,140). Sum of RGB (Red+Green+Blue) = 206+128+140=474 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.46% from 474); Green value is 128 (50.39% from 255 or 27.00% from 474); Blue value is 140 (55.08% from 255 or 29.54% from 474); Max value from RGB is 206 - color contains mainly: red. Hex color #CE808C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE808C is #317F73. Grayscale: #989898. Windows color (decimal): -3243892 or 9208014. OLE color: 9208014.
HSL color Cylindrical-coordinate representation of color #CE808C: hue angle of 350.77º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CE808C is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 128 | 140 | - |
| CMYK | 0 | 0.38 | 0.32 | 0.19 |
| HSL | 350.77º | 0.44% | 0.65% | - |
| HSV(B) | 350.77º | 0.38% | 0.81% | - |
| XYZ | 37.91 | 30.45 | 28.69 | - |
| YUV | 152.69 | 120.84 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 128 | 140 | 0 | 0.38 | 0.32 | 0.19 | 350.77 | 0.44 | 0.65 |
| Hex | CE | 80 | 8C | 0 | 26 | 20 | 13 | 15F | 2C | 41 |
| Octal | 316 | 200 | 214 | 0 | 46 | 40 | 23 | 537 | 54 | 101 |
| Binary | 11001110 | 10000000 | 10001100 | 0 | 100110 | 100000 | 10011 | 101011111 | 101100 | 1000001 |
Color Harmonies of #CE808C
Complementary color
Monochromatic Colors of #CE808C
Black with #CE808C
Text Example
Text Example
White with #CE808C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE808C; }
p { color: rgb(206,128,140); }
H1.HeaderClassName
{
color: #CE808C;
}
.AnyTagClassName
{
color: #CE808C;
}
</style>
background-color css
<style>
a { background-color: #CE808C; }
a { background-color: rgb(206,128,140); }
div.DivClassName
{
background-color: #CE808C;
}
.BgClassName
{
background-color: #CE808C;
}
</style>
border-color css
<style>
span { border-color: #CE808C; }
span { border-color: rgb(206,128,140); }
td.TdClassName
{
border-color: #CE808C;
}
.TagClassName
{
border-color: #CE808C;
}
</style>