Shades of Charm #CE6682
Tints of Charm #CE6682
RGB
CMYK
RGB Variations
Color information
#CE6682 (or 0xCE6682) is known color: Charm. HEX triplet: CE, 66 and 82. RGB value is (206,102,130). Sum of RGB (Red+Green+Blue) = 206+102+130=438 (58% of max value = 765). Red value is 206 (80.86% from 255 or 47.03% from 438); Green value is 102 (40.23% from 255 or 23.29% from 438); Blue value is 130 (51.17% from 255 or 29.68% from 438); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6682 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6682 is #31997D. Grayscale: #888888. Windows color (decimal): -3250558 or 8545998. OLE color: 8545998.
HSL color Cylindrical-coordinate representation of color #CE6682: hue angle of 343.85º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CE6682 is Cyan = 0, Magento = 0.50, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 102 | 130 | - |
| CMYK | 0 | 0.50 | 0.37 | 0.19 |
| HSL | 343.85º | 0.51% | 0.6% | - |
| HSV(B) | 343.85º | 0.5% | 0.81% | - |
| XYZ | 34.23 | 24.24 | 23.99 | - |
| YUV | 136.29 | 124.46 | 177.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 102 | 130 | 0 | 0.50 | 0.37 | 0.19 | 343.85 | 0.51 | 0.6 |
| Hex | CE | 66 | 82 | 0 | 32 | 25 | 13 | 158 | 33 | 3C |
| Octal | 316 | 146 | 202 | 0 | 62 | 45 | 23 | 530 | 63 | 74 |
| Binary | 11001110 | 1100110 | 10000010 | 0 | 110010 | 100101 | 10011 | 101011000 | 110011 | 111100 |
Color Harmonies of #CE6682
Complementary color
Monochromatic Colors of #CE6682
Black with #CE6682
Text Example
Text Example
White with #CE6682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6682; }
p { color: rgb(206,102,130); }
H1.HeaderClassName
{
color: #CE6682;
}
.AnyTagClassName
{
color: #CE6682;
}
</style>
background-color css
<style>
a { background-color: #CE6682; }
a { background-color: rgb(206,102,130); }
div.DivClassName
{
background-color: #CE6682;
}
.BgClassName
{
background-color: #CE6682;
}
</style>
border-color css
<style>
span { border-color: #CE6682; }
span { border-color: rgb(206,102,130); }
td.TdClassName
{
border-color: #CE6682;
}
.TagClassName
{
border-color: #CE6682;
}
</style>