Shades of Charm #CE6E7C
Tints of Charm #CE6E7C
RGB
CMYK
RGB Variations
Color information
#CE6E7C (or 0xCE6E7C) is known color: Charm. HEX triplet: CE, 6E and 7C. RGB value is (206,110,124). Sum of RGB (Red+Green+Blue) = 206+110+124=440 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.82% from 440); Green value is 110 (43.36% from 255 or 25% from 440); Blue value is 124 (48.83% from 255 or 28.18% from 440); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6E7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6E7C is #319183. Grayscale: #8C8C8C. Windows color (decimal): -3248516 or 8154830. OLE color: 8154830.
HSL color Cylindrical-coordinate representation of color #CE6E7C: hue angle of 351.25º 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 #CE6E7C is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 110 | 124 | - |
| CMYK | 0 | 0.47 | 0.40 | 0.19 |
| HSL | 351.25º | 0.49% | 0.62% | - |
| HSV(B) | 351.25º | 0.47% | 0.81% | - |
| XYZ | 34.67 | 25.73 | 22.21 | - |
| YUV | 140.3 | 118.8 | 174.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 110 | 124 | 0 | 0.47 | 0.40 | 0.19 | 351.25 | 0.49 | 0.62 |
| Hex | CE | 6E | 7C | 0 | 2F | 28 | 13 | 15F | 31 | 3E |
| Octal | 316 | 156 | 174 | 0 | 57 | 50 | 23 | 537 | 61 | 76 |
| Binary | 11001110 | 1101110 | 1111100 | 0 | 101111 | 101000 | 10011 | 101011111 | 110001 | 111110 |
Color Harmonies of #CE6E7C
Complementary color
Monochromatic Colors of #CE6E7C
Black with #CE6E7C
Text Example
Text Example
White with #CE6E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6E7C; }
p { color: rgb(206,110,124); }
H1.HeaderClassName
{
color: #CE6E7C;
}
.AnyTagClassName
{
color: #CE6E7C;
}
</style>
background-color css
<style>
a { background-color: #CE6E7C; }
a { background-color: rgb(206,110,124); }
div.DivClassName
{
background-color: #CE6E7C;
}
.BgClassName
{
background-color: #CE6E7C;
}
</style>
border-color css
<style>
span { border-color: #CE6E7C; }
span { border-color: rgb(206,110,124); }
td.TdClassName
{
border-color: #CE6E7C;
}
.TagClassName
{
border-color: #CE6E7C;
}
</style>