Shades of Charm #CE6C81
Tints of Charm #CE6C81
RGB
CMYK
RGB Variations
Color information
#CE6C81 (or 0xCE6C81) is known color: Charm. HEX triplet: CE, 6C and 81. RGB value is (206,108,129). Sum of RGB (Red+Green+Blue) = 206+108+129=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 108 (42.58% from 255 or 24.38% from 443); Blue value is 129 (50.78% from 255 or 29.12% from 443); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6C81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6C81 is #31937E. Grayscale: #8B8B8B. Windows color (decimal): -3249023 or 8481998. OLE color: 8481998.
HSL color Cylindrical-coordinate representation of color #CE6C81: hue angle of 347.14º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CE6C81 is Cyan = 0, Magento = 0.48, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 108 | 129 | - |
| CMYK | 0 | 0.48 | 0.37 | 0.19 |
| HSL | 347.14º | 0.5% | 0.62% | - |
| HSV(B) | 347.14º | 0.48% | 0.81% | - |
| XYZ | 34.78 | 25.43 | 23.84 | - |
| YUV | 139.7 | 121.97 | 175.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 108 | 129 | 0 | 0.48 | 0.37 | 0.19 | 347.14 | 0.5 | 0.62 |
| Hex | CE | 6C | 81 | 0 | 30 | 25 | 13 | 15B | 32 | 3E |
| Octal | 316 | 154 | 201 | 0 | 60 | 45 | 23 | 533 | 62 | 76 |
| Binary | 11001110 | 1101100 | 10000001 | 0 | 110000 | 100101 | 10011 | 101011011 | 110010 | 111110 |
Color Harmonies of #CE6C81
Complementary color
Monochromatic Colors of #CE6C81
Black with #CE6C81
Text Example
Text Example
White with #CE6C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6C81; }
p { color: rgb(206,108,129); }
H1.HeaderClassName
{
color: #CE6C81;
}
.AnyTagClassName
{
color: #CE6C81;
}
</style>
background-color css
<style>
a { background-color: #CE6C81; }
a { background-color: rgb(206,108,129); }
div.DivClassName
{
background-color: #CE6C81;
}
.BgClassName
{
background-color: #CE6C81;
}
</style>
border-color css
<style>
span { border-color: #CE6C81; }
span { border-color: rgb(206,108,129); }
td.TdClassName
{
border-color: #CE6C81;
}
.TagClassName
{
border-color: #CE6C81;
}
</style>