Shades of Charm #CE7882
Tints of Charm #CE7882
RGB
CMYK
RGB Variations
Color information
#CE7882 (or 0xCE7882) is known color: Charm. HEX triplet: CE, 78 and 82. RGB value is (206,120,130). Sum of RGB (Red+Green+Blue) = 206+120+130=456 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.18% from 456); Green value is 120 (47.27% from 255 or 26.32% from 456); Blue value is 130 (51.17% from 255 or 28.51% from 456); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7882 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7882 is #31877D. Grayscale: #929292. Windows color (decimal): -3245950 or 8550606. OLE color: 8550606.
HSL color Cylindrical-coordinate representation of color #CE7882: hue angle of 353.02º 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 #CE7882 is Cyan = 0, Magento = 0.42, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 120 | 130 | - |
| CMYK | 0 | 0.42 | 0.37 | 0.19 |
| HSL | 353.02º | 0.47% | 0.64% | - |
| HSV(B) | 353.02º | 0.42% | 0.81% | - |
| XYZ | 36.2 | 28.17 | 24.65 | - |
| YUV | 146.85 | 118.49 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 120 | 130 | 0 | 0.42 | 0.37 | 0.19 | 353.02 | 0.47 | 0.64 |
| Hex | CE | 78 | 82 | 0 | 2A | 25 | 13 | 161 | 2F | 40 |
| Octal | 316 | 170 | 202 | 0 | 52 | 45 | 23 | 541 | 57 | 100 |
| Binary | 11001110 | 1111000 | 10000010 | 0 | 101010 | 100101 | 10011 | 101100001 | 101111 | 1000000 |
Color Harmonies of #CE7882
Complementary color
Monochromatic Colors of #CE7882
Black with #CE7882
Text Example
Text Example
White with #CE7882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7882; }
p { color: rgb(206,120,130); }
H1.HeaderClassName
{
color: #CE7882;
}
.AnyTagClassName
{
color: #CE7882;
}
</style>
background-color css
<style>
a { background-color: #CE7882; }
a { background-color: rgb(206,120,130); }
div.DivClassName
{
background-color: #CE7882;
}
.BgClassName
{
background-color: #CE7882;
}
</style>
border-color css
<style>
span { border-color: #CE7882; }
span { border-color: rgb(206,120,130); }
td.TdClassName
{
border-color: #CE7882;
}
.TagClassName
{
border-color: #CE7882;
}
</style>