Shades of Charm #CE7780
Tints of Charm #CE7780
RGB
CMYK
RGB Variations
Color information
#CE7780 (or 0xCE7780) is known color: Charm. HEX triplet: CE, 77 and 80. RGB value is (206,119,128). Sum of RGB (Red+Green+Blue) = 206+119+128=453 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.47% from 453); Green value is 119 (46.88% from 255 or 26.27% from 453); Blue value is 128 (50.39% from 255 or 28.26% from 453); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7780 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7780 is #31887F. Grayscale: #929292. Windows color (decimal): -3246208 or 8419278. OLE color: 8419278.
HSL color Cylindrical-coordinate representation of color #CE7780: hue angle of 353.79º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CE7780 is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 119 | 128 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.19 |
| HSL | 353.79º | 0.47% | 0.64% | - |
| HSV(B) | 353.79º | 0.42% | 0.81% | - |
| XYZ | 35.95 | 27.87 | 23.91 | - |
| YUV | 146.04 | 117.82 | 170.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 119 | 128 | 0 | 0.42 | 0.38 | 0.19 | 353.79 | 0.47 | 0.64 |
| Hex | CE | 77 | 80 | 0 | 2A | 26 | 13 | 162 | 2F | 40 |
| Octal | 316 | 167 | 200 | 0 | 52 | 46 | 23 | 542 | 57 | 100 |
| Binary | 11001110 | 1110111 | 10000000 | 0 | 101010 | 100110 | 10011 | 101100010 | 101111 | 1000000 |
Color Harmonies of #CE7780
Complementary color
Monochromatic Colors of #CE7780
Black with #CE7780
Text Example
Text Example
White with #CE7780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7780; }
p { color: rgb(206,119,128); }
H1.HeaderClassName
{
color: #CE7780;
}
.AnyTagClassName
{
color: #CE7780;
}
</style>
background-color css
<style>
a { background-color: #CE7780; }
a { background-color: rgb(206,119,128); }
div.DivClassName
{
background-color: #CE7780;
}
.BgClassName
{
background-color: #CE7780;
}
</style>
border-color css
<style>
span { border-color: #CE7780; }
span { border-color: rgb(206,119,128); }
td.TdClassName
{
border-color: #CE7780;
}
.TagClassName
{
border-color: #CE7780;
}
</style>