Shades of Red Damask #C5764C
Tints of Red Damask #C5764C
RGB
CMYK
RGB Variations
Color information
#C5764C (or 0xC5764C) is known color: Red Damask. HEX triplet: C5, 76 and 4C. RGB value is (197,118,76). Sum of RGB (Red+Green+Blue) = 197+118+76=391 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.38% from 391); Green value is 118 (46.48% from 255 or 30.18% from 391); Blue value is 76 (30.08% from 255 or 19.44% from 391); Max value from RGB is 197 - color contains mainly: red. Hex color #C5764C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5764C is #3A89B3. Grayscale: #898989. Windows color (decimal): -3836340 or 5011141. OLE color: 5011141.
HSL color Cylindrical-coordinate representation of color #C5764C: hue angle of 20.83º 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 #C5764C is Cyan = 0, Magento = 0.40, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 118 | 76 | - |
| CMYK | 0 | 0.40 | 0.61 | 0.23 |
| HSL | 20.83º | 0.51% | 0.54% | - |
| HSV(B) | 20.83º | 0.61% | 0.77% | - |
| XYZ | 30.81 | 25.35 | 10.11 | - |
| YUV | 136.83 | 93.67 | 170.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 118 | 76 | 0 | 0.40 | 0.61 | 0.23 | 20.83 | 0.51 | 0.54 |
| Hex | C5 | 76 | 4C | 0 | 28 | 3D | 17 | 15 | 33 | 36 |
| Octal | 305 | 166 | 114 | 0 | 50 | 75 | 27 | 25 | 63 | 66 |
| Binary | 11000101 | 1110110 | 1001100 | 0 | 101000 | 111101 | 10111 | 10101 | 110011 | 110110 |
Color Harmonies of #C5764C
Complementary color
Monochromatic Colors of #C5764C
Black with #C5764C
Text Example
Text Example
White with #C5764C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5764C; }
p { color: rgb(197,118,76); }
H1.HeaderClassName
{
color: #C5764C;
}
.AnyTagClassName
{
color: #C5764C;
}
</style>
background-color css
<style>
a { background-color: #C5764C; }
a { background-color: rgb(197,118,76); }
div.DivClassName
{
background-color: #C5764C;
}
.BgClassName
{
background-color: #C5764C;
}
</style>
border-color css
<style>
span { border-color: #C5764C; }
span { border-color: rgb(197,118,76); }
td.TdClassName
{
border-color: #C5764C;
}
.TagClassName
{
border-color: #C5764C;
}
</style>