Shades of Charm #CE6585
Tints of Charm #CE6585
RGB
CMYK
RGB Variations
Color information
#CE6585 (or 0xCE6585) is known color: Charm. HEX triplet: CE, 65 and 85. RGB value is (206,101,133). Sum of RGB (Red+Green+Blue) = 206+101+133=440 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.82% from 440); Green value is 101 (39.84% from 255 or 22.95% from 440); Blue value is 133 (52.34% from 255 or 30.23% from 440); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6585 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6585 is #319A7A. Grayscale: #888888. Windows color (decimal): -3250811 or 8742350. OLE color: 8742350.
HSL color Cylindrical-coordinate representation of color #CE6585: hue angle of 341.71º 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 #CE6585 is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 101 | 133 | - |
| CMYK | 0 | 0.51 | 0.35 | 0.19 |
| HSL | 341.71º | 0.52% | 0.6% | - |
| HSV(B) | 341.71º | 0.51% | 0.81% | - |
| XYZ | 34.34 | 24.12 | 25.04 | - |
| YUV | 136.04 | 126.29 | 177.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 101 | 133 | 0 | 0.51 | 0.35 | 0.19 | 341.71 | 0.52 | 0.6 |
| Hex | CE | 65 | 85 | 0 | 33 | 23 | 13 | 156 | 34 | 3C |
| Octal | 316 | 145 | 205 | 0 | 63 | 43 | 23 | 526 | 64 | 74 |
| Binary | 11001110 | 1100101 | 10000101 | 0 | 110011 | 100011 | 10011 | 101010110 | 110100 | 111100 |
Color Harmonies of #CE6585
Complementary color
Monochromatic Colors of #CE6585
Black with #CE6585
Text Example
Text Example
White with #CE6585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6585; }
p { color: rgb(206,101,133); }
H1.HeaderClassName
{
color: #CE6585;
}
.AnyTagClassName
{
color: #CE6585;
}
</style>
background-color css
<style>
a { background-color: #CE6585; }
a { background-color: rgb(206,101,133); }
div.DivClassName
{
background-color: #CE6585;
}
.BgClassName
{
background-color: #CE6585;
}
</style>
border-color css
<style>
span { border-color: #CE6585; }
span { border-color: rgb(206,101,133); }
td.TdClassName
{
border-color: #CE6585;
}
.TagClassName
{
border-color: #CE6585;
}
</style>