Shades of Charm #CE6878
Tints of Charm #CE6878
RGB
CMYK
RGB Variations
Color information
#CE6878 (or 0xCE6878) is known color: Charm. HEX triplet: CE, 68 and 78. RGB value is (206,104,120). Sum of RGB (Red+Green+Blue) = 206+104+120=430 (56% of max value = 765). Red value is 206 (80.86% from 255 or 47.91% from 430); Green value is 104 (41.02% from 255 or 24.19% from 430); Blue value is 120 (47.27% from 255 or 27.91% from 430); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6878 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6878 is #319787. Grayscale: #888888. Windows color (decimal): -3250056 or 7891150. OLE color: 7891150.
HSL color Cylindrical-coordinate representation of color #CE6878: hue angle of 350.59º 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 #CE6878 is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 104 | 120 | - |
| CMYK | 0 | 0.50 | 0.42 | 0.19 |
| HSL | 350.59º | 0.51% | 0.61% | - |
| HSV(B) | 350.59º | 0.5% | 0.81% | - |
| XYZ | 33.79 | 24.38 | 20.69 | - |
| YUV | 136.32 | 118.79 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 104 | 120 | 0 | 0.50 | 0.42 | 0.19 | 350.59 | 0.51 | 0.61 |
| Hex | CE | 68 | 78 | 0 | 32 | 2A | 13 | 15F | 33 | 3D |
| Octal | 316 | 150 | 170 | 0 | 62 | 52 | 23 | 537 | 63 | 75 |
| Binary | 11001110 | 1101000 | 1111000 | 0 | 110010 | 101010 | 10011 | 101011111 | 110011 | 111101 |
Color Harmonies of #CE6878
Complementary color
Monochromatic Colors of #CE6878
Black with #CE6878
Text Example
Text Example
White with #CE6878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6878; }
p { color: rgb(206,104,120); }
H1.HeaderClassName
{
color: #CE6878;
}
.AnyTagClassName
{
color: #CE6878;
}
</style>
background-color css
<style>
a { background-color: #CE6878; }
a { background-color: rgb(206,104,120); }
div.DivClassName
{
background-color: #CE6878;
}
.BgClassName
{
background-color: #CE6878;
}
</style>
border-color css
<style>
span { border-color: #CE6878; }
span { border-color: rgb(206,104,120); }
td.TdClassName
{
border-color: #CE6878;
}
.TagClassName
{
border-color: #CE6878;
}
</style>