Shades of Charm #CE6282
Tints of Charm #CE6282
RGB
CMYK
RGB Variations
Color information
#CE6282 (or 0xCE6282) is known color: Charm. HEX triplet: CE, 62 and 82. RGB value is (206,98,130). Sum of RGB (Red+Green+Blue) = 206+98+130=434 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.47% from 434); Green value is 98 (38.67% from 255 or 22.58% from 434); Blue value is 130 (51.17% from 255 or 29.95% from 434); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6282 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6282 is #319D7D. Grayscale: #858585. Windows color (decimal): -3251582 or 8544974. OLE color: 8544974.
HSL color Cylindrical-coordinate representation of color #CE6282: hue angle of 342.22º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CE6282 is Cyan = 0, Magento = 0.52, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 98 | 130 | - |
| CMYK | 0 | 0.52 | 0.37 | 0.19 |
| HSL | 342.22º | 0.52% | 0.6% | - |
| HSV(B) | 342.22º | 0.52% | 0.81% | - |
| XYZ | 33.85 | 23.47 | 23.86 | - |
| YUV | 133.94 | 125.78 | 179.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 98 | 130 | 0 | 0.52 | 0.37 | 0.19 | 342.22 | 0.52 | 0.6 |
| Hex | CE | 62 | 82 | 0 | 34 | 25 | 13 | 156 | 34 | 3C |
| Octal | 316 | 142 | 202 | 0 | 64 | 45 | 23 | 526 | 64 | 74 |
| Binary | 11001110 | 1100010 | 10000010 | 0 | 110100 | 100101 | 10011 | 101010110 | 110100 | 111100 |
Color Harmonies of #CE6282
Complementary color
Monochromatic Colors of #CE6282
Black with #CE6282
Text Example
Text Example
White with #CE6282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6282; }
p { color: rgb(206,98,130); }
H1.HeaderClassName
{
color: #CE6282;
}
.AnyTagClassName
{
color: #CE6282;
}
</style>
background-color css
<style>
a { background-color: #CE6282; }
a { background-color: rgb(206,98,130); }
div.DivClassName
{
background-color: #CE6282;
}
.BgClassName
{
background-color: #CE6282;
}
</style>
border-color css
<style>
span { border-color: #CE6282; }
span { border-color: rgb(206,98,130); }
td.TdClassName
{
border-color: #CE6282;
}
.TagClassName
{
border-color: #CE6282;
}
</style>