Shades of Charm #CE7082
Tints of Charm #CE7082
RGB
CMYK
RGB Variations
Color information
#CE7082 (or 0xCE7082) is known color: Charm. HEX triplet: CE, 70 and 82. RGB value is (206,112,130). Sum of RGB (Red+Green+Blue) = 206+112+130=448 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.98% from 448); Green value is 112 (44.14% from 255 or 25% from 448); Blue value is 130 (51.17% from 255 or 29.02% from 448); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7082 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7082 is #318F7D. Grayscale: #8E8E8E. Windows color (decimal): -3247998 or 8548558. OLE color: 8548558.
HSL color Cylindrical-coordinate representation of color #CE7082: hue angle of 348.51º 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 #CE7082 is Cyan = 0, Magento = 0.46, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 112 | 130 | - |
| CMYK | 0 | 0.46 | 0.37 | 0.19 |
| HSL | 348.51º | 0.49% | 0.62% | - |
| HSV(B) | 348.51º | 0.46% | 0.81% | - |
| XYZ | 35.28 | 26.32 | 24.34 | - |
| YUV | 142.16 | 121.14 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 112 | 130 | 0 | 0.46 | 0.37 | 0.19 | 348.51 | 0.49 | 0.62 |
| Hex | CE | 70 | 82 | 0 | 2E | 25 | 13 | 15D | 31 | 3E |
| Octal | 316 | 160 | 202 | 0 | 56 | 45 | 23 | 535 | 61 | 76 |
| Binary | 11001110 | 1110000 | 10000010 | 0 | 101110 | 100101 | 10011 | 101011101 | 110001 | 111110 |
Color Harmonies of #CE7082
Complementary color
Monochromatic Colors of #CE7082
Black with #CE7082
Text Example
Text Example
White with #CE7082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7082; }
p { color: rgb(206,112,130); }
H1.HeaderClassName
{
color: #CE7082;
}
.AnyTagClassName
{
color: #CE7082;
}
</style>
background-color css
<style>
a { background-color: #CE7082; }
a { background-color: rgb(206,112,130); }
div.DivClassName
{
background-color: #CE7082;
}
.BgClassName
{
background-color: #CE7082;
}
</style>
border-color css
<style>
span { border-color: #CE7082; }
span { border-color: rgb(206,112,130); }
td.TdClassName
{
border-color: #CE7082;
}
.TagClassName
{
border-color: #CE7082;
}
</style>