Shades of Charm #CE6E89
Tints of Charm #CE6E89
RGB
CMYK
RGB Variations
Color information
#CE6E89 (or 0xCE6E89) is known color: Charm. HEX triplet: CE, 6E and 89. RGB value is (206,110,137). Sum of RGB (Red+Green+Blue) = 206+110+137=453 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.47% from 453); Green value is 110 (43.36% from 255 or 24.28% from 453); Blue value is 137 (53.91% from 255 or 30.24% from 453); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6E89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6E89 is #319176. Grayscale: #8D8D8D. Windows color (decimal): -3248503 or 9006798. OLE color: 9006798.
HSL color Cylindrical-coordinate representation of color #CE6E89: hue angle of 343.12º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CE6E89 is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 110 | 137 | - |
| CMYK | 0 | 0.47 | 0.33 | 0.19 |
| HSL | 343.13º | 0.49% | 0.62% | - |
| HSV(B) | 343.13º | 0.47% | 0.81% | - |
| XYZ | 35.54 | 26.08 | 26.83 | - |
| YUV | 141.78 | 125.3 | 173.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 110 | 137 | 0 | 0.47 | 0.33 | 0.19 | 343.13 | 0.49 | 0.62 |
| Hex | CE | 6E | 89 | 0 | 2F | 21 | 13 | 157 | 31 | 3E |
| Octal | 316 | 156 | 211 | 0 | 57 | 41 | 23 | 527 | 61 | 76 |
| Binary | 11001110 | 1101110 | 10001001 | 0 | 101111 | 100001 | 10011 | 101010111 | 110001 | 111110 |
Color Harmonies of #CE6E89
Complementary color
Monochromatic Colors of #CE6E89
Black with #CE6E89
Text Example
Text Example
White with #CE6E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6E89; }
p { color: rgb(206,110,137); }
H1.HeaderClassName
{
color: #CE6E89;
}
.AnyTagClassName
{
color: #CE6E89;
}
</style>
background-color css
<style>
a { background-color: #CE6E89; }
a { background-color: rgb(206,110,137); }
div.DivClassName
{
background-color: #CE6E89;
}
.BgClassName
{
background-color: #CE6E89;
}
</style>
border-color css
<style>
span { border-color: #CE6E89; }
span { border-color: rgb(206,110,137); }
td.TdClassName
{
border-color: #CE6E89;
}
.TagClassName
{
border-color: #CE6E89;
}
</style>