Shades of Red Damask #C5784F
Tints of Red Damask #C5784F
RGB
CMYK
RGB Variations
Color information
#C5784F (or 0xC5784F) is known color: Red Damask. HEX triplet: C5, 78 and 4F. RGB value is (197,120,79). Sum of RGB (Red+Green+Blue) = 197+120+79=396 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.75% from 396); Green value is 120 (47.27% from 255 or 30.30% from 396); Blue value is 79 (31.25% from 255 or 19.95% from 396); Max value from RGB is 197 - color contains mainly: red. Hex color #C5784F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5784F is #3A87B0. Grayscale: #8A8A8A. Windows color (decimal): -3835825 or 5208261. OLE color: 5208261.
HSL color Cylindrical-coordinate representation of color #C5784F: hue angle of 20.85º 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 #C5784F is Cyan = 0, Magento = 0.39, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 120 | 79 | - |
| CMYK | 0 | 0.39 | 0.60 | 0.23 |
| HSL | 20.85º | 0.5% | 0.54% | - |
| HSV(B) | 20.85º | 0.6% | 0.77% | - |
| XYZ | 31.15 | 25.87 | 10.75 | - |
| YUV | 138.35 | 94.51 | 169.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 120 | 79 | 0 | 0.39 | 0.60 | 0.23 | 20.85 | 0.5 | 0.54 |
| Hex | C5 | 78 | 4F | 0 | 27 | 3C | 17 | 15 | 32 | 36 |
| Octal | 305 | 170 | 117 | 0 | 47 | 74 | 27 | 25 | 62 | 66 |
| Binary | 11000101 | 1111000 | 1001111 | 0 | 100111 | 111100 | 10111 | 10101 | 110010 | 110110 |
Color Harmonies of #C5784F
Complementary color
Monochromatic Colors of #C5784F
Black with #C5784F
Text Example
Text Example
White with #C5784F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5784F; }
p { color: rgb(197,120,79); }
H1.HeaderClassName
{
color: #C5784F;
}
.AnyTagClassName
{
color: #C5784F;
}
</style>
background-color css
<style>
a { background-color: #C5784F; }
a { background-color: rgb(197,120,79); }
div.DivClassName
{
background-color: #C5784F;
}
.BgClassName
{
background-color: #C5784F;
}
</style>
border-color css
<style>
span { border-color: #C5784F; }
span { border-color: rgb(197,120,79); }
td.TdClassName
{
border-color: #C5784F;
}
.TagClassName
{
border-color: #C5784F;
}
</style>