Shades of Charm #CE6485
Tints of Charm #CE6485
RGB
CMYK
RGB Variations
Color information
#CE6485 (or 0xCE6485) is known color: Charm. HEX triplet: CE, 64 and 85. RGB value is (206,100,133). Sum of RGB (Red+Green+Blue) = 206+100+133=439 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.92% from 439); Green value is 100 (39.45% from 255 or 22.78% from 439); Blue value is 133 (52.34% from 255 or 30.30% from 439); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6485 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6485 is #319B7A. Grayscale: #878787. Windows color (decimal): -3251067 or 8742094. OLE color: 8742094.
HSL color Cylindrical-coordinate representation of color #CE6485: hue angle of 341.32º 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 #CE6485 is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 100 | 133 | - |
| CMYK | 0 | 0.51 | 0.35 | 0.19 |
| HSL | 341.32º | 0.52% | 0.6% | - |
| HSV(B) | 341.32º | 0.51% | 0.81% | - |
| XYZ | 34.24 | 23.93 | 25 | - |
| YUV | 135.46 | 126.62 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 100 | 133 | 0 | 0.51 | 0.35 | 0.19 | 341.32 | 0.52 | 0.6 |
| Hex | CE | 64 | 85 | 0 | 33 | 23 | 13 | 155 | 34 | 3C |
| Octal | 316 | 144 | 205 | 0 | 63 | 43 | 23 | 525 | 64 | 74 |
| Binary | 11001110 | 1100100 | 10000101 | 0 | 110011 | 100011 | 10011 | 101010101 | 110100 | 111100 |
Color Harmonies of #CE6485
Complementary color
Monochromatic Colors of #CE6485
Black with #CE6485
Text Example
Text Example
White with #CE6485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6485; }
p { color: rgb(206,100,133); }
H1.HeaderClassName
{
color: #CE6485;
}
.AnyTagClassName
{
color: #CE6485;
}
</style>
background-color css
<style>
a { background-color: #CE6485; }
a { background-color: rgb(206,100,133); }
div.DivClassName
{
background-color: #CE6485;
}
.BgClassName
{
background-color: #CE6485;
}
</style>
border-color css
<style>
span { border-color: #CE6485; }
span { border-color: rgb(206,100,133); }
td.TdClassName
{
border-color: #CE6485;
}
.TagClassName
{
border-color: #CE6485;
}
</style>