Shades of Charm #CE7379
Tints of Charm #CE7379
RGB
CMYK
RGB Variations
Color information
#CE7379 (or 0xCE7379) is known color: Charm. HEX triplet: CE, 73 and 79. RGB value is (206,115,121). Sum of RGB (Red+Green+Blue) = 206+115+121=442 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.61% from 442); Green value is 115 (45.31% from 255 or 26.02% from 442); Blue value is 121 (47.66% from 255 or 27.38% from 442); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7379 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7379 is #318C86. Grayscale: #8E8E8E. Windows color (decimal): -3247239 or 7959502. OLE color: 7959502.
HSL color Cylindrical-coordinate representation of color #CE7379: hue angle of 356.04º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CE7379 is Cyan = 0, Magento = 0.44, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 115 | 121 | - |
| CMYK | 0 | 0.44 | 0.41 | 0.19 |
| HSL | 356.04º | 0.48% | 0.63% | - |
| HSV(B) | 356.04º | 0.44% | 0.81% | - |
| XYZ | 35.04 | 26.76 | 21.41 | - |
| YUV | 142.89 | 115.65 | 173.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 115 | 121 | 0 | 0.44 | 0.41 | 0.19 | 356.04 | 0.48 | 0.63 |
| Hex | CE | 73 | 79 | 0 | 2C | 29 | 13 | 164 | 30 | 3F |
| Octal | 316 | 163 | 171 | 0 | 54 | 51 | 23 | 544 | 60 | 77 |
| Binary | 11001110 | 1110011 | 1111001 | 0 | 101100 | 101001 | 10011 | 101100100 | 110000 | 111111 |
Color Harmonies of #CE7379
Complementary color
Monochromatic Colors of #CE7379
Black with #CE7379
Text Example
Text Example
White with #CE7379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7379; }
p { color: rgb(206,115,121); }
H1.HeaderClassName
{
color: #CE7379;
}
.AnyTagClassName
{
color: #CE7379;
}
</style>
background-color css
<style>
a { background-color: #CE7379; }
a { background-color: rgb(206,115,121); }
div.DivClassName
{
background-color: #CE7379;
}
.BgClassName
{
background-color: #CE7379;
}
</style>
border-color css
<style>
span { border-color: #CE7379; }
span { border-color: rgb(206,115,121); }
td.TdClassName
{
border-color: #CE7379;
}
.TagClassName
{
border-color: #CE7379;
}
</style>