Shades of Red Damask #C5784D
Tints of Red Damask #C5784D
RGB
CMYK
RGB Variations
Color information
#C5784D (or 0xC5784D) is known color: Red Damask. HEX triplet: C5, 78 and 4D. RGB value is (197,120,77). Sum of RGB (Red+Green+Blue) = 197+120+77=394 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50% from 394); Green value is 120 (47.27% from 255 or 30.46% from 394); Blue value is 77 (30.47% from 255 or 19.54% from 394); Max value from RGB is 197 - color contains mainly: red. Hex color #C5784D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5784D is #3A87B2. Grayscale: #8A8A8A. Windows color (decimal): -3835827 or 5077189. OLE color: 5077189.
HSL color Cylindrical-coordinate representation of color #C5784D: hue angle of 21.5º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C5784D is Cyan = 0, Magento = 0.39, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 120 | 77 | - |
| CMYK | 0 | 0.39 | 0.61 | 0.23 |
| HSL | 21.5º | 0.51% | 0.54% | - |
| HSV(B) | 21.5º | 0.61% | 0.77% | - |
| XYZ | 31.08 | 25.84 | 10.37 | - |
| YUV | 138.12 | 93.51 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 120 | 77 | 0 | 0.39 | 0.61 | 0.23 | 21.5 | 0.51 | 0.54 |
| Hex | C5 | 78 | 4D | 0 | 27 | 3D | 17 | 16 | 33 | 36 |
| Octal | 305 | 170 | 115 | 0 | 47 | 75 | 27 | 26 | 63 | 66 |
| Binary | 11000101 | 1111000 | 1001101 | 0 | 100111 | 111101 | 10111 | 10110 | 110011 | 110110 |
Color Harmonies of #C5784D
Complementary color
Monochromatic Colors of #C5784D
Black with #C5784D
Text Example
Text Example
White with #C5784D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5784D; }
p { color: rgb(197,120,77); }
H1.HeaderClassName
{
color: #C5784D;
}
.AnyTagClassName
{
color: #C5784D;
}
</style>
background-color css
<style>
a { background-color: #C5784D; }
a { background-color: rgb(197,120,77); }
div.DivClassName
{
background-color: #C5784D;
}
.BgClassName
{
background-color: #C5784D;
}
</style>
border-color css
<style>
span { border-color: #C5784D; }
span { border-color: rgb(197,120,77); }
td.TdClassName
{
border-color: #C5784D;
}
.TagClassName
{
border-color: #C5784D;
}
</style>