Shades of Charm #CE6D87
Tints of Charm #CE6D87
RGB
CMYK
RGB Variations
Color information
#CE6D87 (or 0xCE6D87) is known color: Charm. HEX triplet: CE, 6D and 87. RGB value is (206,109,135). Sum of RGB (Red+Green+Blue) = 206+109+135=450 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.78% from 450); Green value is 109 (42.97% from 255 or 24.22% from 450); Blue value is 135 (53.12% from 255 or 30% from 450); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6D87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6D87 is #319278. Grayscale: #8C8C8C. Windows color (decimal): -3248761 or 8875470. OLE color: 8875470.
HSL color Cylindrical-coordinate representation of color #CE6D87: hue angle of 343.92º 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 #CE6D87 is Cyan = 0, Magento = 0.47, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 109 | 135 | - |
| CMYK | 0 | 0.47 | 0.34 | 0.19 |
| HSL | 343.92º | 0.5% | 0.62% | - |
| HSV(B) | 343.92º | 0.47% | 0.81% | - |
| XYZ | 35.3 | 25.81 | 26.04 | - |
| YUV | 140.97 | 124.64 | 174.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 109 | 135 | 0 | 0.47 | 0.34 | 0.19 | 343.92 | 0.5 | 0.62 |
| Hex | CE | 6D | 87 | 0 | 2F | 22 | 13 | 158 | 32 | 3E |
| Octal | 316 | 155 | 207 | 0 | 57 | 42 | 23 | 530 | 62 | 76 |
| Binary | 11001110 | 1101101 | 10000111 | 0 | 101111 | 100010 | 10011 | 101011000 | 110010 | 111110 |
Color Harmonies of #CE6D87
Complementary color
Monochromatic Colors of #CE6D87
Black with #CE6D87
Text Example
Text Example
White with #CE6D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6D87; }
p { color: rgb(206,109,135); }
H1.HeaderClassName
{
color: #CE6D87;
}
.AnyTagClassName
{
color: #CE6D87;
}
</style>
background-color css
<style>
a { background-color: #CE6D87; }
a { background-color: rgb(206,109,135); }
div.DivClassName
{
background-color: #CE6D87;
}
.BgClassName
{
background-color: #CE6D87;
}
</style>
border-color css
<style>
span { border-color: #CE6D87; }
span { border-color: rgb(206,109,135); }
td.TdClassName
{
border-color: #CE6D87;
}
.TagClassName
{
border-color: #CE6D87;
}
</style>