Shades of Charm #CE6782
Tints of Charm #CE6782
RGB
CMYK
RGB Variations
Color information
#CE6782 (or 0xCE6782) is known color: Charm. HEX triplet: CE, 67 and 82. RGB value is (206,103,130). Sum of RGB (Red+Green+Blue) = 206+103+130=439 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.92% from 439); Green value is 103 (40.62% from 255 or 23.46% from 439); Blue value is 130 (51.17% from 255 or 29.61% from 439); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6782 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6782 is #31987D. Grayscale: #888888. Windows color (decimal): -3250302 or 8546254. OLE color: 8546254.
HSL color Cylindrical-coordinate representation of color #CE6782: hue angle of 344.27º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CE6782 is Cyan = 0, Magento = 0.50, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 103 | 130 | - |
| CMYK | 0 | 0.50 | 0.37 | 0.19 |
| HSL | 344.27º | 0.51% | 0.61% | - |
| HSV(B) | 344.27º | 0.5% | 0.81% | - |
| XYZ | 34.33 | 24.43 | 24.03 | - |
| YUV | 136.88 | 124.12 | 177.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 103 | 130 | 0 | 0.50 | 0.37 | 0.19 | 344.27 | 0.51 | 0.61 |
| Hex | CE | 67 | 82 | 0 | 32 | 25 | 13 | 158 | 33 | 3D |
| Octal | 316 | 147 | 202 | 0 | 62 | 45 | 23 | 530 | 63 | 75 |
| Binary | 11001110 | 1100111 | 10000010 | 0 | 110010 | 100101 | 10011 | 101011000 | 110011 | 111101 |
Color Harmonies of #CE6782
Complementary color
Monochromatic Colors of #CE6782
Black with #CE6782
Text Example
Text Example
White with #CE6782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6782; }
p { color: rgb(206,103,130); }
H1.HeaderClassName
{
color: #CE6782;
}
.AnyTagClassName
{
color: #CE6782;
}
</style>
background-color css
<style>
a { background-color: #CE6782; }
a { background-color: rgb(206,103,130); }
div.DivClassName
{
background-color: #CE6782;
}
.BgClassName
{
background-color: #CE6782;
}
</style>
border-color css
<style>
span { border-color: #CE6782; }
span { border-color: rgb(206,103,130); }
td.TdClassName
{
border-color: #CE6782;
}
.TagClassName
{
border-color: #CE6782;
}
</style>