Shades of Charm #CE6D8C
Tints of Charm #CE6D8C
RGB
CMYK
RGB Variations
Color information
#CE6D8C (or 0xCE6D8C) is known color: Charm. HEX triplet: CE, 6D and 8C. RGB value is (206,109,140). Sum of RGB (Red+Green+Blue) = 206+109+140=455 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.27% from 455); Green value is 109 (42.97% from 255 or 23.96% from 455); Blue value is 140 (55.08% from 255 or 30.77% from 455); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6D8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6D8C is #319273. Grayscale: #8D8D8D. Windows color (decimal): -3248756 or 9203150. OLE color: 9203150.
HSL color Cylindrical-coordinate representation of color #CE6D8C: hue angle of 340.82º degrees, saturation: 0.5, 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 #CE6D8C is Cyan = 0, Magento = 0.47, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 109 | 140 | - |
| CMYK | 0 | 0.47 | 0.32 | 0.19 |
| HSL | 340.82º | 0.5% | 0.62% | - |
| HSV(B) | 340.82º | 0.47% | 0.81% | - |
| XYZ | 35.66 | 25.95 | 27.94 | - |
| YUV | 141.54 | 127.14 | 173.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 109 | 140 | 0 | 0.47 | 0.32 | 0.19 | 340.82 | 0.5 | 0.62 |
| Hex | CE | 6D | 8C | 0 | 2F | 20 | 13 | 155 | 32 | 3E |
| Octal | 316 | 155 | 214 | 0 | 57 | 40 | 23 | 525 | 62 | 76 |
| Binary | 11001110 | 1101101 | 10001100 | 0 | 101111 | 100000 | 10011 | 101010101 | 110010 | 111110 |
Color Harmonies of #CE6D8C
Complementary color
Monochromatic Colors of #CE6D8C
Black with #CE6D8C
Text Example
Text Example
White with #CE6D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6D8C; }
p { color: rgb(206,109,140); }
H1.HeaderClassName
{
color: #CE6D8C;
}
.AnyTagClassName
{
color: #CE6D8C;
}
</style>
background-color css
<style>
a { background-color: #CE6D8C; }
a { background-color: rgb(206,109,140); }
div.DivClassName
{
background-color: #CE6D8C;
}
.BgClassName
{
background-color: #CE6D8C;
}
</style>
border-color css
<style>
span { border-color: #CE6D8C; }
span { border-color: rgb(206,109,140); }
td.TdClassName
{
border-color: #CE6D8C;
}
.TagClassName
{
border-color: #CE6D8C;
}
</style>