Shades of Red Damask #C0704E
Tints of Red Damask #C0704E
RGB
CMYK
RGB Variations
Color information
#C0704E (or 0xC0704E) is known color: Red Damask. HEX triplet: C0, 70 and 4E. RGB value is (192,112,78). Sum of RGB (Red+Green+Blue) = 192+112+78=382 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.26% from 382); Green value is 112 (44.14% from 255 or 29.32% from 382); Blue value is 78 (30.86% from 255 or 20.42% from 382); Max value from RGB is 192 - color contains mainly: red. Hex color #C0704E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0704E is #3F8FB1. Grayscale: #848484. Windows color (decimal): -4165554 or 5140672. OLE color: 5140672.
HSL color Cylindrical-coordinate representation of color #C0704E: hue angle of 17.89º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C0704E is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 112 | 78 | - |
| CMYK | 0 | 0.42 | 0.59 | 0.25 |
| HSL | 17.89º | 0.48% | 0.53% | - |
| HSV(B) | 17.89º | 0.59% | 0.75% | - |
| XYZ | 28.91 | 23.34 | 10.19 | - |
| YUV | 132.04 | 97.5 | 170.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 112 | 78 | 0 | 0.42 | 0.59 | 0.25 | 17.89 | 0.48 | 0.53 |
| Hex | C0 | 70 | 4E | 0 | 2A | 3B | 19 | 12 | 30 | 35 |
| Octal | 300 | 160 | 116 | 0 | 52 | 73 | 31 | 22 | 60 | 65 |
| Binary | 11000000 | 1110000 | 1001110 | 0 | 101010 | 111011 | 11001 | 10010 | 110000 | 110101 |
Color Harmonies of #C0704E
Complementary color
Monochromatic Colors of #C0704E
Black with #C0704E
Text Example
Text Example
White with #C0704E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0704E; }
p { color: rgb(192,112,78); }
H1.HeaderClassName
{
color: #C0704E;
}
.AnyTagClassName
{
color: #C0704E;
}
</style>
background-color css
<style>
a { background-color: #C0704E; }
a { background-color: rgb(192,112,78); }
div.DivClassName
{
background-color: #C0704E;
}
.BgClassName
{
background-color: #C0704E;
}
</style>
border-color css
<style>
span { border-color: #C0704E; }
span { border-color: rgb(192,112,78); }
td.TdClassName
{
border-color: #C0704E;
}
.TagClassName
{
border-color: #C0704E;
}
</style>