Shades of Red Damask #C5774F
Tints of Red Damask #C5774F
RGB
CMYK
RGB Variations
Color information
#C5774F (or 0xC5774F) is known color: Red Damask. HEX triplet: C5, 77 and 4F. RGB value is (197,119,79). Sum of RGB (Red+Green+Blue) = 197+119+79=395 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.87% from 395); Green value is 119 (46.88% from 255 or 30.13% from 395); Blue value is 79 (31.25% from 255 or 20% from 395); Max value from RGB is 197 - color contains mainly: red. Hex color #C5774F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5774F is #3A88B0. Grayscale: #8A8A8A. Windows color (decimal): -3836081 or 5208005. OLE color: 5208005.
HSL color Cylindrical-coordinate representation of color #C5774F: hue angle of 20.34º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C5774F is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 119 | 79 | - |
| CMYK | 0 | 0.40 | 0.60 | 0.23 |
| HSL | 20.34º | 0.5% | 0.54% | - |
| HSV(B) | 20.34º | 0.6% | 0.77% | - |
| XYZ | 31.03 | 25.63 | 10.71 | - |
| YUV | 137.76 | 94.84 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 119 | 79 | 0 | 0.40 | 0.60 | 0.23 | 20.34 | 0.5 | 0.54 |
| Hex | C5 | 77 | 4F | 0 | 28 | 3C | 17 | 14 | 32 | 36 |
| Octal | 305 | 167 | 117 | 0 | 50 | 74 | 27 | 24 | 62 | 66 |
| Binary | 11000101 | 1110111 | 1001111 | 0 | 101000 | 111100 | 10111 | 10100 | 110010 | 110110 |
Color Harmonies of #C5774F
Complementary color
Monochromatic Colors of #C5774F
Black with #C5774F
Text Example
Text Example
White with #C5774F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5774F; }
p { color: rgb(197,119,79); }
H1.HeaderClassName
{
color: #C5774F;
}
.AnyTagClassName
{
color: #C5774F;
}
</style>
background-color css
<style>
a { background-color: #C5774F; }
a { background-color: rgb(197,119,79); }
div.DivClassName
{
background-color: #C5774F;
}
.BgClassName
{
background-color: #C5774F;
}
</style>
border-color css
<style>
span { border-color: #C5774F; }
span { border-color: rgb(197,119,79); }
td.TdClassName
{
border-color: #C5774F;
}
.TagClassName
{
border-color: #C5774F;
}
</style>