Shades of Charm #CE6B89
Tints of Charm #CE6B89
RGB
CMYK
RGB Variations
Color information
#CE6B89 (or 0xCE6B89) is known color: Charm. HEX triplet: CE, 6B and 89. RGB value is (206,107,137). Sum of RGB (Red+Green+Blue) = 206+107+137=450 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.78% from 450); Green value is 107 (42.19% from 255 or 23.78% from 450); Blue value is 137 (53.91% from 255 or 30.44% from 450); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6B89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6B89 is #319476. Grayscale: #8C8C8C. Windows color (decimal): -3249271 or 9006030. OLE color: 9006030.
HSL color Cylindrical-coordinate representation of color #CE6B89: hue angle of 341.82º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CE6B89 is Cyan = 0, Magento = 0.48, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 107 | 137 | - |
| CMYK | 0 | 0.48 | 0.33 | 0.19 |
| HSL | 341.82º | 0.5% | 0.61% | - |
| HSV(B) | 341.82º | 0.48% | 0.81% | - |
| XYZ | 35.23 | 25.44 | 26.72 | - |
| YUV | 140.02 | 126.3 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 107 | 137 | 0 | 0.48 | 0.33 | 0.19 | 341.82 | 0.5 | 0.61 |
| Hex | CE | 6B | 89 | 0 | 30 | 21 | 13 | 156 | 32 | 3D |
| Octal | 316 | 153 | 211 | 0 | 60 | 41 | 23 | 526 | 62 | 75 |
| Binary | 11001110 | 1101011 | 10001001 | 0 | 110000 | 100001 | 10011 | 101010110 | 110010 | 111101 |
Color Harmonies of #CE6B89
Complementary color
Monochromatic Colors of #CE6B89
Black with #CE6B89
Text Example
Text Example
White with #CE6B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6B89; }
p { color: rgb(206,107,137); }
H1.HeaderClassName
{
color: #CE6B89;
}
.AnyTagClassName
{
color: #CE6B89;
}
</style>
background-color css
<style>
a { background-color: #CE6B89; }
a { background-color: rgb(206,107,137); }
div.DivClassName
{
background-color: #CE6B89;
}
.BgClassName
{
background-color: #CE6B89;
}
</style>
border-color css
<style>
span { border-color: #CE6B89; }
span { border-color: rgb(206,107,137); }
td.TdClassName
{
border-color: #CE6B89;
}
.TagClassName
{
border-color: #CE6B89;
}
</style>