Shades of Charm #CE7881
Tints of Charm #CE7881
RGB
CMYK
RGB Variations
Color information
#CE7881 (or 0xCE7881) is known color: Charm. HEX triplet: CE, 78 and 81. RGB value is (206,120,129). Sum of RGB (Red+Green+Blue) = 206+120+129=455 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.27% from 455); Green value is 120 (47.27% from 255 or 26.37% from 455); Blue value is 129 (50.78% from 255 or 28.35% from 455); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7881 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7881 is #31877E. Grayscale: #929292. Windows color (decimal): -3245951 or 8485070. OLE color: 8485070.
HSL color Cylindrical-coordinate representation of color #CE7881: hue angle of 353.72º 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 #CE7881 is Cyan = 0, Magento = 0.42, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 120 | 129 | - |
| CMYK | 0 | 0.42 | 0.37 | 0.19 |
| HSL | 353.72º | 0.47% | 0.64% | - |
| HSV(B) | 353.72º | 0.42% | 0.81% | - |
| XYZ | 36.13 | 28.14 | 24.3 | - |
| YUV | 146.74 | 117.99 | 170.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 120 | 129 | 0 | 0.42 | 0.37 | 0.19 | 353.72 | 0.47 | 0.64 |
| Hex | CE | 78 | 81 | 0 | 2A | 25 | 13 | 162 | 2F | 40 |
| Octal | 316 | 170 | 201 | 0 | 52 | 45 | 23 | 542 | 57 | 100 |
| Binary | 11001110 | 1111000 | 10000001 | 0 | 101010 | 100101 | 10011 | 101100010 | 101111 | 1000000 |
Color Harmonies of #CE7881
Complementary color
Monochromatic Colors of #CE7881
Black with #CE7881
Text Example
Text Example
White with #CE7881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7881; }
p { color: rgb(206,120,129); }
H1.HeaderClassName
{
color: #CE7881;
}
.AnyTagClassName
{
color: #CE7881;
}
</style>
background-color css
<style>
a { background-color: #CE7881; }
a { background-color: rgb(206,120,129); }
div.DivClassName
{
background-color: #CE7881;
}
.BgClassName
{
background-color: #CE7881;
}
</style>
border-color css
<style>
span { border-color: #CE7881; }
span { border-color: rgb(206,120,129); }
td.TdClassName
{
border-color: #CE7881;
}
.TagClassName
{
border-color: #CE7881;
}
</style>