Shades of Red Damask #CE7951
Tints of Red Damask #CE7951
RGB
CMYK
RGB Variations
Color information
#CE7951 (or 0xCE7951) is known color: Red Damask. HEX triplet: CE, 79 and 51. RGB value is (206,121,81). Sum of RGB (Red+Green+Blue) = 206+121+81=408 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.49% from 408); Green value is 121 (47.66% from 255 or 29.66% from 408); Blue value is 81 (32.03% from 255 or 19.85% from 408); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7951 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7951 is #3186AE. Grayscale: #8E8E8E. Windows color (decimal): -3245743 or 5339598. OLE color: 5339598.
HSL color Cylindrical-coordinate representation of color #CE7951: hue angle of 19.2º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CE7951 is Cyan = 0, Magento = 0.41, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 121 | 81 | - |
| CMYK | 0 | 0.41 | 0.61 | 0.19 |
| HSL | 19.2º | 0.56% | 0.56% | - |
| HSV(B) | 19.2º | 0.61% | 0.81% | - |
| XYZ | 33.78 | 27.39 | 11.29 | - |
| YUV | 141.86 | 93.66 | 173.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 121 | 81 | 0 | 0.41 | 0.61 | 0.19 | 19.2 | 0.56 | 0.56 |
| Hex | CE | 79 | 51 | 0 | 29 | 3D | 13 | 13 | 38 | 38 |
| Octal | 316 | 171 | 121 | 0 | 51 | 75 | 23 | 23 | 70 | 70 |
| Binary | 11001110 | 1111001 | 1010001 | 0 | 101001 | 111101 | 10011 | 10011 | 111000 | 111000 |
Color Harmonies of #CE7951
Complementary color
Monochromatic Colors of #CE7951
Black with #CE7951
Text Example
Text Example
White with #CE7951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7951; }
p { color: rgb(206,121,81); }
H1.HeaderClassName
{
color: #CE7951;
}
.AnyTagClassName
{
color: #CE7951;
}
</style>
background-color css
<style>
a { background-color: #CE7951; }
a { background-color: rgb(206,121,81); }
div.DivClassName
{
background-color: #CE7951;
}
.BgClassName
{
background-color: #CE7951;
}
</style>
border-color css
<style>
span { border-color: #CE7951; }
span { border-color: rgb(206,121,81); }
td.TdClassName
{
border-color: #CE7951;
}
.TagClassName
{
border-color: #CE7951;
}
</style>