Shades of Charm #CE7486
Tints of Charm #CE7486
RGB
CMYK
RGB Variations
Color information
#CE7486 (or 0xCE7486) is known color: Charm. HEX triplet: CE, 74 and 86. RGB value is (206,116,134). Sum of RGB (Red+Green+Blue) = 206+116+134=456 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.18% from 456); Green value is 116 (45.70% from 255 or 25.44% from 456); Blue value is 134 (52.73% from 255 or 29.39% from 456); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7486 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7486 is #318B79. Grayscale: #909090. Windows color (decimal): -3246970 or 8811726. OLE color: 8811726.
HSL color Cylindrical-coordinate representation of color #CE7486: hue angle of 348º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CE7486 is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 116 | 134 | - |
| CMYK | 0 | 0.44 | 0.35 | 0.19 |
| HSL | 348º | 0.48% | 0.63% | - |
| HSV(B) | 348º | 0.44% | 0.81% | - |
| XYZ | 36 | 27.33 | 25.93 | - |
| YUV | 144.96 | 121.82 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 116 | 134 | 0 | 0.44 | 0.35 | 0.19 | 348 | 0.48 | 0.63 |
| Hex | CE | 74 | 86 | 0 | 2C | 23 | 13 | 15C | 30 | 3F |
| Octal | 316 | 164 | 206 | 0 | 54 | 43 | 23 | 534 | 60 | 77 |
| Binary | 11001110 | 1110100 | 10000110 | 0 | 101100 | 100011 | 10011 | 101011100 | 110000 | 111111 |
Color Harmonies of #CE7486
Complementary color
Monochromatic Colors of #CE7486
Black with #CE7486
Text Example
Text Example
White with #CE7486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7486; }
p { color: rgb(206,116,134); }
H1.HeaderClassName
{
color: #CE7486;
}
.AnyTagClassName
{
color: #CE7486;
}
</style>
background-color css
<style>
a { background-color: #CE7486; }
a { background-color: rgb(206,116,134); }
div.DivClassName
{
background-color: #CE7486;
}
.BgClassName
{
background-color: #CE7486;
}
</style>
border-color css
<style>
span { border-color: #CE7486; }
span { border-color: rgb(206,116,134); }
td.TdClassName
{
border-color: #CE7486;
}
.TagClassName
{
border-color: #CE7486;
}
</style>