Shades of Charm #CE797D
Tints of Charm #CE797D
RGB
CMYK
RGB Variations
Color information
#CE797D (or 0xCE797D) is known color: Charm. HEX triplet: CE, 79 and 7D. RGB value is (206,121,125). Sum of RGB (Red+Green+Blue) = 206+121+125=452 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.58% from 452); Green value is 121 (47.66% from 255 or 26.77% from 452); Blue value is 125 (49.22% from 255 or 27.65% from 452); Max value from RGB is 206 - color contains mainly: red. Hex color #CE797D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE797D is #318682. Grayscale: #929292. Windows color (decimal): -3245699 or 8223182. OLE color: 8223182.
HSL color Cylindrical-coordinate representation of color #CE797D: hue angle of 357.18º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CE797D is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 121 | 125 | - |
| CMYK | 0 | 0.41 | 0.39 | 0.19 |
| HSL | 357.18º | 0.46% | 0.64% | - |
| HSV(B) | 357.18º | 0.41% | 0.81% | - |
| XYZ | 35.99 | 28.28 | 22.96 | - |
| YUV | 146.87 | 115.66 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 121 | 125 | 0 | 0.41 | 0.39 | 0.19 | 357.18 | 0.46 | 0.64 |
| Hex | CE | 79 | 7D | 0 | 29 | 27 | 13 | 165 | 2E | 40 |
| Octal | 316 | 171 | 175 | 0 | 51 | 47 | 23 | 545 | 56 | 100 |
| Binary | 11001110 | 1111001 | 1111101 | 0 | 101001 | 100111 | 10011 | 101100101 | 101110 | 1000000 |
Color Harmonies of #CE797D
Complementary color
Monochromatic Colors of #CE797D
Black with #CE797D
Text Example
Text Example
White with #CE797D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE797D; }
p { color: rgb(206,121,125); }
H1.HeaderClassName
{
color: #CE797D;
}
.AnyTagClassName
{
color: #CE797D;
}
</style>
background-color css
<style>
a { background-color: #CE797D; }
a { background-color: rgb(206,121,125); }
div.DivClassName
{
background-color: #CE797D;
}
.BgClassName
{
background-color: #CE797D;
}
</style>
border-color css
<style>
span { border-color: #CE797D; }
span { border-color: rgb(206,121,125); }
td.TdClassName
{
border-color: #CE797D;
}
.TagClassName
{
border-color: #CE797D;
}
</style>