Shades of Charm #CE6D85
Tints of Charm #CE6D85
RGB
CMYK
RGB Variations
Color information
#CE6D85 (or 0xCE6D85) is known color: Charm. HEX triplet: CE, 6D and 85. RGB value is (206,109,133). Sum of RGB (Red+Green+Blue) = 206+109+133=448 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.98% from 448); Green value is 109 (42.97% from 255 or 24.33% from 448); Blue value is 133 (52.34% from 255 or 29.69% from 448); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6D85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6D85 is #31927A. Grayscale: #8C8C8C. Windows color (decimal): -3248763 or 8744398. OLE color: 8744398.
HSL color Cylindrical-coordinate representation of color #CE6D85: hue angle of 345.15º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CE6D85 is Cyan = 0, Magento = 0.47, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 109 | 133 | - |
| CMYK | 0 | 0.47 | 0.35 | 0.19 |
| HSL | 345.15º | 0.5% | 0.62% | - |
| HSV(B) | 345.15º | 0.47% | 0.81% | - |
| XYZ | 35.16 | 25.75 | 25.31 | - |
| YUV | 140.74 | 123.64 | 174.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 109 | 133 | 0 | 0.47 | 0.35 | 0.19 | 345.15 | 0.5 | 0.62 |
| Hex | CE | 6D | 85 | 0 | 2F | 23 | 13 | 159 | 32 | 3E |
| Octal | 316 | 155 | 205 | 0 | 57 | 43 | 23 | 531 | 62 | 76 |
| Binary | 11001110 | 1101101 | 10000101 | 0 | 101111 | 100011 | 10011 | 101011001 | 110010 | 111110 |
Color Harmonies of #CE6D85
Complementary color
Monochromatic Colors of #CE6D85
Black with #CE6D85
Text Example
Text Example
White with #CE6D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6D85; }
p { color: rgb(206,109,133); }
H1.HeaderClassName
{
color: #CE6D85;
}
.AnyTagClassName
{
color: #CE6D85;
}
</style>
background-color css
<style>
a { background-color: #CE6D85; }
a { background-color: rgb(206,109,133); }
div.DivClassName
{
background-color: #CE6D85;
}
.BgClassName
{
background-color: #CE6D85;
}
</style>
border-color css
<style>
span { border-color: #CE6D85; }
span { border-color: rgb(206,109,133); }
td.TdClassName
{
border-color: #CE6D85;
}
.TagClassName
{
border-color: #CE6D85;
}
</style>