Shades of Red Damask #C5754A
Tints of Red Damask #C5754A
RGB
CMYK
RGB Variations
Color information
#C5754A (or 0xC5754A) is known color: Red Damask. HEX triplet: C5, 75 and 4A. RGB value is (197,117,74). Sum of RGB (Red+Green+Blue) = 197+117+74=388 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.77% from 388); Green value is 117 (46.09% from 255 or 30.15% from 388); Blue value is 74 (29.30% from 255 or 19.07% from 388); Max value from RGB is 197 - color contains mainly: red. Hex color #C5754A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5754A is #3A8AB5. Grayscale: #888888. Windows color (decimal): -3836598 or 4879813. OLE color: 4879813.
HSL color Cylindrical-coordinate representation of color #C5754A: hue angle of 20.98º 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 #C5754A is Cyan = 0, Magento = 0.41, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 117 | 74 | - |
| CMYK | 0 | 0.41 | 0.62 | 0.23 |
| HSL | 20.98º | 0.51% | 0.53% | - |
| HSV(B) | 20.98º | 0.62% | 0.77% | - |
| XYZ | 30.62 | 25.09 | 9.71 | - |
| YUV | 136.02 | 93 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 117 | 74 | 0 | 0.41 | 0.62 | 0.23 | 20.98 | 0.51 | 0.53 |
| Hex | C5 | 75 | 4A | 0 | 29 | 3E | 17 | 15 | 33 | 35 |
| Octal | 305 | 165 | 112 | 0 | 51 | 76 | 27 | 25 | 63 | 65 |
| Binary | 11000101 | 1110101 | 1001010 | 0 | 101001 | 111110 | 10111 | 10101 | 110011 | 110101 |
Color Harmonies of #C5754A
Complementary color
Monochromatic Colors of #C5754A
Black with #C5754A
Text Example
Text Example
White with #C5754A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5754A; }
p { color: rgb(197,117,74); }
H1.HeaderClassName
{
color: #C5754A;
}
.AnyTagClassName
{
color: #C5754A;
}
</style>
background-color css
<style>
a { background-color: #C5754A; }
a { background-color: rgb(197,117,74); }
div.DivClassName
{
background-color: #C5754A;
}
.BgClassName
{
background-color: #C5754A;
}
</style>
border-color css
<style>
span { border-color: #C5754A; }
span { border-color: rgb(197,117,74); }
td.TdClassName
{
border-color: #C5754A;
}
.TagClassName
{
border-color: #C5754A;
}
</style>