Shades of Charm #CE7880
Tints of Charm #CE7880
RGB
CMYK
RGB Variations
Color information
#CE7880 (or 0xCE7880) is known color: Charm. HEX triplet: CE, 78 and 80. RGB value is (206,120,128). Sum of RGB (Red+Green+Blue) = 206+120+128=454 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.37% from 454); Green value is 120 (47.27% from 255 or 26.43% from 454); Blue value is 128 (50.39% from 255 or 28.19% from 454); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7880 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7880 is #31877F. Grayscale: #929292. Windows color (decimal): -3245952 or 8419534. OLE color: 8419534.
HSL color Cylindrical-coordinate representation of color #CE7880: hue angle of 354.42º 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 #CE7880 is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 120 | 128 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.19 |
| HSL | 354.42º | 0.47% | 0.64% | - |
| HSV(B) | 354.42º | 0.42% | 0.81% | - |
| XYZ | 36.07 | 28.11 | 23.95 | - |
| YUV | 146.63 | 117.49 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 120 | 128 | 0 | 0.42 | 0.38 | 0.19 | 354.42 | 0.47 | 0.64 |
| Hex | CE | 78 | 80 | 0 | 2A | 26 | 13 | 162 | 2F | 40 |
| Octal | 316 | 170 | 200 | 0 | 52 | 46 | 23 | 542 | 57 | 100 |
| Binary | 11001110 | 1111000 | 10000000 | 0 | 101010 | 100110 | 10011 | 101100010 | 101111 | 1000000 |
Color Harmonies of #CE7880
Complementary color
Monochromatic Colors of #CE7880
Black with #CE7880
Text Example
Text Example
White with #CE7880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7880; }
p { color: rgb(206,120,128); }
H1.HeaderClassName
{
color: #CE7880;
}
.AnyTagClassName
{
color: #CE7880;
}
</style>
background-color css
<style>
a { background-color: #CE7880; }
a { background-color: rgb(206,120,128); }
div.DivClassName
{
background-color: #CE7880;
}
.BgClassName
{
background-color: #CE7880;
}
</style>
border-color css
<style>
span { border-color: #CE7880; }
span { border-color: rgb(206,120,128); }
td.TdClassName
{
border-color: #CE7880;
}
.TagClassName
{
border-color: #CE7880;
}
</style>