Shades of Charm #CE808F
Tints of Charm #CE808F
RGB
CMYK
RGB Variations
Color information
#CE808F (or 0xCE808F) is known color: Charm. HEX triplet: CE, 80 and 8F. RGB value is (206,128,143). Sum of RGB (Red+Green+Blue) = 206+128+143=477 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.19% from 477); Green value is 128 (50.39% from 255 or 26.83% from 477); Blue value is 143 (56.25% from 255 or 29.98% from 477); Max value from RGB is 206 - color contains mainly: red. Hex color #CE808F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE808F is #317F70. Grayscale: #999999. Windows color (decimal): -3243889 or 9404622. OLE color: 9404622.
HSL color Cylindrical-coordinate representation of color #CE808F: hue angle of 348.46º 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 #CE808F is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 128 | 143 | - |
| CMYK | 0 | 0.38 | 0.31 | 0.19 |
| HSL | 348.46º | 0.44% | 0.65% | - |
| HSV(B) | 348.46º | 0.38% | 0.81% | - |
| XYZ | 38.13 | 30.54 | 29.87 | - |
| YUV | 153.03 | 122.34 | 165.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 128 | 143 | 0 | 0.38 | 0.31 | 0.19 | 348.46 | 0.44 | 0.65 |
| Hex | CE | 80 | 8F | 0 | 26 | 1F | 13 | 15C | 2C | 41 |
| Octal | 316 | 200 | 217 | 0 | 46 | 37 | 23 | 534 | 54 | 101 |
| Binary | 11001110 | 10000000 | 10001111 | 0 | 100110 | 11111 | 10011 | 101011100 | 101100 | 1000001 |
Color Harmonies of #CE808F
Complementary color
Monochromatic Colors of #CE808F
Black with #CE808F
Text Example
Text Example
White with #CE808F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE808F; }
p { color: rgb(206,128,143); }
H1.HeaderClassName
{
color: #CE808F;
}
.AnyTagClassName
{
color: #CE808F;
}
</style>
background-color css
<style>
a { background-color: #CE808F; }
a { background-color: rgb(206,128,143); }
div.DivClassName
{
background-color: #CE808F;
}
.BgClassName
{
background-color: #CE808F;
}
</style>
border-color css
<style>
span { border-color: #CE808F; }
span { border-color: rgb(206,128,143); }
td.TdClassName
{
border-color: #CE808F;
}
.TagClassName
{
border-color: #CE808F;
}
</style>