Shades of Charm #CE6482
Tints of Charm #CE6482
RGB
CMYK
RGB Variations
Color information
#CE6482 (or 0xCE6482) is known color: Charm. HEX triplet: CE, 64 and 82. RGB value is (206,100,130). Sum of RGB (Red+Green+Blue) = 206+100+130=436 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.25% from 436); Green value is 100 (39.45% from 255 or 22.94% from 436); Blue value is 130 (51.17% from 255 or 29.82% from 436); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6482 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6482 is #319B7D. Grayscale: #878787. Windows color (decimal): -3251070 or 8545486. OLE color: 8545486.
HSL color Cylindrical-coordinate representation of color #CE6482: hue angle of 343.02º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CE6482 is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 100 | 130 | - |
| CMYK | 0 | 0.51 | 0.37 | 0.19 |
| HSL | 343.02º | 0.52% | 0.6% | - |
| HSV(B) | 343.02º | 0.51% | 0.81% | - |
| XYZ | 34.04 | 23.85 | 23.93 | - |
| YUV | 135.11 | 125.12 | 178.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 100 | 130 | 0 | 0.51 | 0.37 | 0.19 | 343.02 | 0.52 | 0.6 |
| Hex | CE | 64 | 82 | 0 | 33 | 25 | 13 | 157 | 34 | 3C |
| Octal | 316 | 144 | 202 | 0 | 63 | 45 | 23 | 527 | 64 | 74 |
| Binary | 11001110 | 1100100 | 10000010 | 0 | 110011 | 100101 | 10011 | 101010111 | 110100 | 111100 |
Color Harmonies of #CE6482
Complementary color
Monochromatic Colors of #CE6482
Black with #CE6482
Text Example
Text Example
White with #CE6482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6482; }
p { color: rgb(206,100,130); }
H1.HeaderClassName
{
color: #CE6482;
}
.AnyTagClassName
{
color: #CE6482;
}
</style>
background-color css
<style>
a { background-color: #CE6482; }
a { background-color: rgb(206,100,130); }
div.DivClassName
{
background-color: #CE6482;
}
.BgClassName
{
background-color: #CE6482;
}
</style>
border-color css
<style>
span { border-color: #CE6482; }
span { border-color: rgb(206,100,130); }
td.TdClassName
{
border-color: #CE6482;
}
.TagClassName
{
border-color: #CE6482;
}
</style>