Shades of Charm #CE6888
Tints of Charm #CE6888
RGB
CMYK
RGB Variations
Color information
#CE6888 (or 0xCE6888) is known color: Charm. HEX triplet: CE, 68 and 88. RGB value is (206,104,136). Sum of RGB (Red+Green+Blue) = 206+104+136=446 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.19% from 446); Green value is 104 (41.02% from 255 or 23.32% from 446); Blue value is 136 (53.52% from 255 or 30.49% from 446); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6888 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6888 is #319777. Grayscale: #8A8A8A. Windows color (decimal): -3250040 or 8939726. OLE color: 8939726.
HSL color Cylindrical-coordinate representation of color #CE6888: hue angle of 341.18º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CE6888 is Cyan = 0, Magento = 0.50, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 104 | 136 | - |
| CMYK | 0 | 0.50 | 0.34 | 0.19 |
| HSL | 341.18º | 0.51% | 0.61% | - |
| HSV(B) | 341.18º | 0.5% | 0.81% | - |
| XYZ | 34.85 | 24.8 | 26.24 | - |
| YUV | 138.15 | 126.79 | 176.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 104 | 136 | 0 | 0.50 | 0.34 | 0.19 | 341.18 | 0.51 | 0.61 |
| Hex | CE | 68 | 88 | 0 | 32 | 22 | 13 | 155 | 33 | 3D |
| Octal | 316 | 150 | 210 | 0 | 62 | 42 | 23 | 525 | 63 | 75 |
| Binary | 11001110 | 1101000 | 10001000 | 0 | 110010 | 100010 | 10011 | 101010101 | 110011 | 111101 |
Color Harmonies of #CE6888
Complementary color
Monochromatic Colors of #CE6888
Black with #CE6888
Text Example
Text Example
White with #CE6888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6888; }
p { color: rgb(206,104,136); }
H1.HeaderClassName
{
color: #CE6888;
}
.AnyTagClassName
{
color: #CE6888;
}
</style>
background-color css
<style>
a { background-color: #CE6888; }
a { background-color: rgb(206,104,136); }
div.DivClassName
{
background-color: #CE6888;
}
.BgClassName
{
background-color: #CE6888;
}
</style>
border-color css
<style>
span { border-color: #CE6888; }
span { border-color: rgb(206,104,136); }
td.TdClassName
{
border-color: #CE6888;
}
.TagClassName
{
border-color: #CE6888;
}
</style>