Shades of Charm #CE7086
Tints of Charm #CE7086
RGB
CMYK
RGB Variations
Color information
#CE7086 (or 0xCE7086) is known color: Charm. HEX triplet: CE, 70 and 86. RGB value is (206,112,134). Sum of RGB (Red+Green+Blue) = 206+112+134=452 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.58% from 452); Green value is 112 (44.14% from 255 or 24.78% from 452); Blue value is 134 (52.73% from 255 or 29.65% from 452); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7086 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7086 is #318F79. Grayscale: #8E8E8E. Windows color (decimal): -3247994 or 8810702. OLE color: 8810702.
HSL color Cylindrical-coordinate representation of color #CE7086: hue angle of 345.96º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CE7086 is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 112 | 134 | - |
| CMYK | 0 | 0.46 | 0.35 | 0.19 |
| HSL | 345.96º | 0.49% | 0.62% | - |
| HSV(B) | 345.96º | 0.46% | 0.81% | - |
| XYZ | 35.55 | 26.43 | 25.78 | - |
| YUV | 142.61 | 123.14 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 112 | 134 | 0 | 0.46 | 0.35 | 0.19 | 345.96 | 0.49 | 0.62 |
| Hex | CE | 70 | 86 | 0 | 2E | 23 | 13 | 15A | 31 | 3E |
| Octal | 316 | 160 | 206 | 0 | 56 | 43 | 23 | 532 | 61 | 76 |
| Binary | 11001110 | 1110000 | 10000110 | 0 | 101110 | 100011 | 10011 | 101011010 | 110001 | 111110 |
Color Harmonies of #CE7086
Complementary color
Monochromatic Colors of #CE7086
Black with #CE7086
Text Example
Text Example
White with #CE7086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7086; }
p { color: rgb(206,112,134); }
H1.HeaderClassName
{
color: #CE7086;
}
.AnyTagClassName
{
color: #CE7086;
}
</style>
background-color css
<style>
a { background-color: #CE7086; }
a { background-color: rgb(206,112,134); }
div.DivClassName
{
background-color: #CE7086;
}
.BgClassName
{
background-color: #CE7086;
}
</style>
border-color css
<style>
span { border-color: #CE7086; }
span { border-color: rgb(206,112,134); }
td.TdClassName
{
border-color: #CE7086;
}
.TagClassName
{
border-color: #CE7086;
}
</style>