Shades of Red Damask #C4764E
Tints of Red Damask #C4764E
RGB
CMYK
RGB Variations
Color information
#C4764E (or 0xC4764E) is known color: Red Damask. HEX triplet: C4, 76 and 4E. RGB value is (196,118,78). Sum of RGB (Red+Green+Blue) = 196+118+78=392 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50% from 392); Green value is 118 (46.48% from 255 or 30.10% from 392); Blue value is 78 (30.86% from 255 or 19.90% from 392); Max value from RGB is 196 - color contains mainly: red. Hex color #C4764E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4764E is #3B89B1. Grayscale: #898989. Windows color (decimal): -3901874 or 5142212. OLE color: 5142212.
HSL color Cylindrical-coordinate representation of color #C4764E: hue angle of 20.34º 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 #C4764E is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 118 | 78 | - |
| CMYK | 0 | 0.40 | 0.60 | 0.23 |
| HSL | 20.34º | 0.5% | 0.54% | - |
| HSV(B) | 20.34º | 0.6% | 0.77% | - |
| XYZ | 30.62 | 25.24 | 10.47 | - |
| YUV | 136.76 | 94.84 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 118 | 78 | 0 | 0.40 | 0.60 | 0.23 | 20.34 | 0.5 | 0.54 |
| Hex | C4 | 76 | 4E | 0 | 28 | 3C | 17 | 14 | 32 | 36 |
| Octal | 304 | 166 | 116 | 0 | 50 | 74 | 27 | 24 | 62 | 66 |
| Binary | 11000100 | 1110110 | 1001110 | 0 | 101000 | 111100 | 10111 | 10100 | 110010 | 110110 |
Color Harmonies of #C4764E
Complementary color
Monochromatic Colors of #C4764E
Black with #C4764E
Text Example
Text Example
White with #C4764E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4764E; }
p { color: rgb(196,118,78); }
H1.HeaderClassName
{
color: #C4764E;
}
.AnyTagClassName
{
color: #C4764E;
}
</style>
background-color css
<style>
a { background-color: #C4764E; }
a { background-color: rgb(196,118,78); }
div.DivClassName
{
background-color: #C4764E;
}
.BgClassName
{
background-color: #C4764E;
}
</style>
border-color css
<style>
span { border-color: #C4764E; }
span { border-color: rgb(196,118,78); }
td.TdClassName
{
border-color: #C4764E;
}
.TagClassName
{
border-color: #C4764E;
}
</style>