Shades of Red Damask #C0724C
Tints of Red Damask #C0724C
RGB
CMYK
RGB Variations
Color information
#C0724C (or 0xC0724C) is known color: Red Damask. HEX triplet: C0, 72 and 4C. RGB value is (192,114,76). Sum of RGB (Red+Green+Blue) = 192+114+76=382 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.26% from 382); Green value is 114 (44.92% from 255 or 29.84% from 382); Blue value is 76 (30.08% from 255 or 19.90% from 382); Max value from RGB is 192 - color contains mainly: red. Hex color #C0724C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0724C is #3F8DB3. Grayscale: #858585. Windows color (decimal): -4165044 or 5010112. OLE color: 5010112.
HSL color Cylindrical-coordinate representation of color #C0724C: hue angle of 19.66º 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 #C0724C is Cyan = 0, Magento = 0.41, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 114 | 76 | - |
| CMYK | 0 | 0.41 | 0.60 | 0.25 |
| HSL | 19.66º | 0.48% | 0.53% | - |
| HSV(B) | 19.66º | 0.6% | 0.75% | - |
| XYZ | 29.06 | 23.76 | 9.89 | - |
| YUV | 132.99 | 95.84 | 170.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 114 | 76 | 0 | 0.41 | 0.60 | 0.25 | 19.66 | 0.48 | 0.53 |
| Hex | C0 | 72 | 4C | 0 | 29 | 3C | 19 | 14 | 30 | 35 |
| Octal | 300 | 162 | 114 | 0 | 51 | 74 | 31 | 24 | 60 | 65 |
| Binary | 11000000 | 1110010 | 1001100 | 0 | 101001 | 111100 | 11001 | 10100 | 110000 | 110101 |
Color Harmonies of #C0724C
Complementary color
Monochromatic Colors of #C0724C
Black with #C0724C
Text Example
Text Example
White with #C0724C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0724C; }
p { color: rgb(192,114,76); }
H1.HeaderClassName
{
color: #C0724C;
}
.AnyTagClassName
{
color: #C0724C;
}
</style>
background-color css
<style>
a { background-color: #C0724C; }
a { background-color: rgb(192,114,76); }
div.DivClassName
{
background-color: #C0724C;
}
.BgClassName
{
background-color: #C0724C;
}
</style>
border-color css
<style>
span { border-color: #C0724C; }
span { border-color: rgb(192,114,76); }
td.TdClassName
{
border-color: #C0724C;
}
.TagClassName
{
border-color: #C0724C;
}
</style>