Shades of Charm #CE808A
Tints of Charm #CE808A
RGB
CMYK
RGB Variations
Color information
#CE808A (or 0xCE808A) is known color: Charm. HEX triplet: CE, 80 and 8A. RGB value is (206,128,138). Sum of RGB (Red+Green+Blue) = 206+128+138=472 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.64% from 472); Green value is 128 (50.39% from 255 or 27.12% from 472); Blue value is 138 (54.30% from 255 or 29.24% from 472); Max value from RGB is 206 - color contains mainly: red. Hex color #CE808A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE808A is #317F75. Grayscale: #989898. Windows color (decimal): -3243894 or 9076942. OLE color: 9076942.
HSL color Cylindrical-coordinate representation of color #CE808A: hue angle of 352.31º 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 #CE808A is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 128 | 138 | - |
| CMYK | 0 | 0.38 | 0.33 | 0.19 |
| HSL | 352.31º | 0.44% | 0.65% | - |
| HSV(B) | 352.31º | 0.38% | 0.81% | - |
| XYZ | 37.76 | 30.4 | 27.92 | - |
| YUV | 152.46 | 119.84 | 166.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 128 | 138 | 0 | 0.38 | 0.33 | 0.19 | 352.31 | 0.44 | 0.65 |
| Hex | CE | 80 | 8A | 0 | 26 | 21 | 13 | 160 | 2C | 41 |
| Octal | 316 | 200 | 212 | 0 | 46 | 41 | 23 | 540 | 54 | 101 |
| Binary | 11001110 | 10000000 | 10001010 | 0 | 100110 | 100001 | 10011 | 101100000 | 101100 | 1000001 |
Color Harmonies of #CE808A
Complementary color
Monochromatic Colors of #CE808A
Black with #CE808A
Text Example
Text Example
White with #CE808A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE808A; }
p { color: rgb(206,128,138); }
H1.HeaderClassName
{
color: #CE808A;
}
.AnyTagClassName
{
color: #CE808A;
}
</style>
background-color css
<style>
a { background-color: #CE808A; }
a { background-color: rgb(206,128,138); }
div.DivClassName
{
background-color: #CE808A;
}
.BgClassName
{
background-color: #CE808A;
}
</style>
border-color css
<style>
span { border-color: #CE808A; }
span { border-color: rgb(206,128,138); }
td.TdClassName
{
border-color: #CE808A;
}
.TagClassName
{
border-color: #CE808A;
}
</style>