Shades of Red Damask #C0724D
Tints of Red Damask #C0724D
RGB
CMYK
RGB Variations
Color information
#C0724D (or 0xC0724D) is known color: Red Damask. HEX triplet: C0, 72 and 4D. RGB value is (192,114,77). Sum of RGB (Red+Green+Blue) = 192+114+77=383 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.13% from 383); Green value is 114 (44.92% from 255 or 29.77% from 383); Blue value is 77 (30.47% from 255 or 20.10% from 383); Max value from RGB is 192 - color contains mainly: red. Hex color #C0724D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0724D is #3F8DB2. Grayscale: #858585. Windows color (decimal): -4165043 or 5075648. OLE color: 5075648.
HSL color Cylindrical-coordinate representation of color #C0724D: hue angle of 19.3º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C0724D is Cyan = 0, Magento = 0.41, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 114 | 77 | - |
| CMYK | 0 | 0.41 | 0.60 | 0.25 |
| HSL | 19.3º | 0.48% | 0.53% | - |
| HSV(B) | 19.3º | 0.6% | 0.75% | - |
| XYZ | 29.1 | 23.78 | 10.08 | - |
| YUV | 133.1 | 96.34 | 170.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 114 | 77 | 0 | 0.41 | 0.60 | 0.25 | 19.3 | 0.48 | 0.53 |
| Hex | C0 | 72 | 4D | 0 | 29 | 3C | 19 | 13 | 30 | 35 |
| Octal | 300 | 162 | 115 | 0 | 51 | 74 | 31 | 23 | 60 | 65 |
| Binary | 11000000 | 1110010 | 1001101 | 0 | 101001 | 111100 | 11001 | 10011 | 110000 | 110101 |
Color Harmonies of #C0724D
Complementary color
Monochromatic Colors of #C0724D
Black with #C0724D
Text Example
Text Example
White with #C0724D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0724D; }
p { color: rgb(192,114,77); }
H1.HeaderClassName
{
color: #C0724D;
}
.AnyTagClassName
{
color: #C0724D;
}
</style>
background-color css
<style>
a { background-color: #C0724D; }
a { background-color: rgb(192,114,77); }
div.DivClassName
{
background-color: #C0724D;
}
.BgClassName
{
background-color: #C0724D;
}
</style>
border-color css
<style>
span { border-color: #C0724D; }
span { border-color: rgb(192,114,77); }
td.TdClassName
{
border-color: #C0724D;
}
.TagClassName
{
border-color: #C0724D;
}
</style>