Shades of Charm #CE6989
Tints of Charm #CE6989
RGB
CMYK
RGB Variations
Color information
#CE6989 (or 0xCE6989) is known color: Charm. HEX triplet: CE, 69 and 89. RGB value is (206,105,137). Sum of RGB (Red+Green+Blue) = 206+105+137=448 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.98% from 448); Green value is 105 (41.41% from 255 or 23.44% from 448); Blue value is 137 (53.91% from 255 or 30.58% from 448); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6989 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6989 is #319676. Grayscale: #8A8A8A. Windows color (decimal): -3249783 or 9005518. OLE color: 9005518.
HSL color Cylindrical-coordinate representation of color #CE6989: hue angle of 340.99º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CE6989 is Cyan = 0, Magento = 0.49, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 105 | 137 | - |
| CMYK | 0 | 0.49 | 0.33 | 0.19 |
| HSL | 340.99º | 0.51% | 0.61% | - |
| HSV(B) | 340.99º | 0.49% | 0.81% | - |
| XYZ | 35.02 | 25.03 | 26.65 | - |
| YUV | 138.85 | 126.96 | 175.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 105 | 137 | 0 | 0.49 | 0.33 | 0.19 | 340.99 | 0.51 | 0.61 |
| Hex | CE | 69 | 89 | 0 | 31 | 21 | 13 | 155 | 33 | 3D |
| Octal | 316 | 151 | 211 | 0 | 61 | 41 | 23 | 525 | 63 | 75 |
| Binary | 11001110 | 1101001 | 10001001 | 0 | 110001 | 100001 | 10011 | 101010101 | 110011 | 111101 |
Color Harmonies of #CE6989
Complementary color
Monochromatic Colors of #CE6989
Black with #CE6989
Text Example
Text Example
White with #CE6989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6989; }
p { color: rgb(206,105,137); }
H1.HeaderClassName
{
color: #CE6989;
}
.AnyTagClassName
{
color: #CE6989;
}
</style>
background-color css
<style>
a { background-color: #CE6989; }
a { background-color: rgb(206,105,137); }
div.DivClassName
{
background-color: #CE6989;
}
.BgClassName
{
background-color: #CE6989;
}
</style>
border-color css
<style>
span { border-color: #CE6989; }
span { border-color: rgb(206,105,137); }
td.TdClassName
{
border-color: #CE6989;
}
.TagClassName
{
border-color: #CE6989;
}
</style>