Shades of Red Damask #C5774B
Tints of Red Damask #C5774B
RGB
CMYK
RGB Variations
Color information
#C5774B (or 0xC5774B) is known color: Red Damask. HEX triplet: C5, 77 and 4B. RGB value is (197,119,75). Sum of RGB (Red+Green+Blue) = 197+119+75=391 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.38% from 391); Green value is 119 (46.88% from 255 or 30.43% from 391); Blue value is 75 (29.69% from 255 or 19.18% from 391); Max value from RGB is 197 - color contains mainly: red. Hex color #C5774B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5774B is #3A88B4. Grayscale: #898989. Windows color (decimal): -3836085 or 4945861. OLE color: 4945861.
HSL color Cylindrical-coordinate representation of color #C5774B: hue angle of 21.64º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C5774B is Cyan = 0, Magento = 0.40, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 119 | 75 | - |
| CMYK | 0 | 0.40 | 0.62 | 0.23 |
| HSL | 21.64º | 0.51% | 0.53% | - |
| HSV(B) | 21.64º | 0.62% | 0.77% | - |
| XYZ | 30.89 | 25.57 | 9.96 | - |
| YUV | 137.31 | 92.84 | 170.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 119 | 75 | 0 | 0.40 | 0.62 | 0.23 | 21.64 | 0.51 | 0.53 |
| Hex | C5 | 77 | 4B | 0 | 28 | 3E | 17 | 16 | 33 | 35 |
| Octal | 305 | 167 | 113 | 0 | 50 | 76 | 27 | 26 | 63 | 65 |
| Binary | 11000101 | 1110111 | 1001011 | 0 | 101000 | 111110 | 10111 | 10110 | 110011 | 110101 |
Color Harmonies of #C5774B
Complementary color
Monochromatic Colors of #C5774B
Black with #C5774B
Text Example
Text Example
White with #C5774B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5774B; }
p { color: rgb(197,119,75); }
H1.HeaderClassName
{
color: #C5774B;
}
.AnyTagClassName
{
color: #C5774B;
}
</style>
background-color css
<style>
a { background-color: #C5774B; }
a { background-color: rgb(197,119,75); }
div.DivClassName
{
background-color: #C5774B;
}
.BgClassName
{
background-color: #C5774B;
}
</style>
border-color css
<style>
span { border-color: #C5774B; }
span { border-color: rgb(197,119,75); }
td.TdClassName
{
border-color: #C5774B;
}
.TagClassName
{
border-color: #C5774B;
}
</style>