Shades of Red Damask #CE774F
Tints of Red Damask #CE774F
RGB
CMYK
RGB Variations
Color information
#CE774F (or 0xCE774F) is known color: Red Damask. HEX triplet: CE, 77 and 4F. RGB value is (206,119,79). Sum of RGB (Red+Green+Blue) = 206+119+79=404 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.99% from 404); Green value is 119 (46.88% from 255 or 29.46% from 404); Blue value is 79 (31.25% from 255 or 19.55% from 404); Max value from RGB is 206 - color contains mainly: red. Hex color #CE774F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE774F is #3188B0. Grayscale: #8C8C8C. Windows color (decimal): -3246257 or 5208014. OLE color: 5208014.
HSL color Cylindrical-coordinate representation of color #CE774F: hue angle of 18.9º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CE774F is Cyan = 0, Magento = 0.42, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 119 | 79 | - |
| CMYK | 0 | 0.42 | 0.62 | 0.19 |
| HSL | 18.9º | 0.56% | 0.56% | - |
| HSV(B) | 18.9º | 0.62% | 0.81% | - |
| XYZ | 33.46 | 26.88 | 10.82 | - |
| YUV | 140.45 | 93.32 | 174.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 119 | 79 | 0 | 0.42 | 0.62 | 0.19 | 18.9 | 0.56 | 0.56 |
| Hex | CE | 77 | 4F | 0 | 2A | 3E | 13 | 13 | 38 | 38 |
| Octal | 316 | 167 | 117 | 0 | 52 | 76 | 23 | 23 | 70 | 70 |
| Binary | 11001110 | 1110111 | 1001111 | 0 | 101010 | 111110 | 10011 | 10011 | 111000 | 111000 |
Color Harmonies of #CE774F
Complementary color
Monochromatic Colors of #CE774F
Black with #CE774F
Text Example
Text Example
White with #CE774F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE774F; }
p { color: rgb(206,119,79); }
H1.HeaderClassName
{
color: #CE774F;
}
.AnyTagClassName
{
color: #CE774F;
}
</style>
background-color css
<style>
a { background-color: #CE774F; }
a { background-color: rgb(206,119,79); }
div.DivClassName
{
background-color: #CE774F;
}
.BgClassName
{
background-color: #CE774F;
}
</style>
border-color css
<style>
span { border-color: #CE774F; }
span { border-color: rgb(206,119,79); }
td.TdClassName
{
border-color: #CE774F;
}
.TagClassName
{
border-color: #CE774F;
}
</style>