Shades of Red Damask #C0774F
Tints of Red Damask #C0774F
RGB
CMYK
RGB Variations
Color information
#C0774F (or 0xC0774F) is known color: Red Damask. HEX triplet: C0, 77 and 4F. RGB value is (192,119,79). Sum of RGB (Red+Green+Blue) = 192+119+79=390 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.23% from 390); Green value is 119 (46.88% from 255 or 30.51% from 390); Blue value is 79 (31.25% from 255 or 20.26% from 390); Max value from RGB is 192 - color contains mainly: red. Hex color #C0774F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0774F is #3F88B0. Grayscale: #888888. Windows color (decimal): -4163761 or 5208000. OLE color: 5208000.
HSL color Cylindrical-coordinate representation of color #C0774F: hue angle of 21.24º 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 #C0774F is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 119 | 79 | - |
| CMYK | 0 | 0.38 | 0.59 | 0.25 |
| HSL | 21.24º | 0.47% | 0.53% | - |
| HSV(B) | 21.24º | 0.59% | 0.75% | - |
| XYZ | 29.75 | 24.96 | 10.65 | - |
| YUV | 136.27 | 95.68 | 167.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 119 | 79 | 0 | 0.38 | 0.59 | 0.25 | 21.24 | 0.47 | 0.53 |
| Hex | C0 | 77 | 4F | 0 | 26 | 3B | 19 | 15 | 2F | 35 |
| Octal | 300 | 167 | 117 | 0 | 46 | 73 | 31 | 25 | 57 | 65 |
| Binary | 11000000 | 1110111 | 1001111 | 0 | 100110 | 111011 | 11001 | 10101 | 101111 | 110101 |
Color Harmonies of #C0774F
Complementary color
Monochromatic Colors of #C0774F
Black with #C0774F
Text Example
Text Example
White with #C0774F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0774F; }
p { color: rgb(192,119,79); }
H1.HeaderClassName
{
color: #C0774F;
}
.AnyTagClassName
{
color: #C0774F;
}
</style>
background-color css
<style>
a { background-color: #C0774F; }
a { background-color: rgb(192,119,79); }
div.DivClassName
{
background-color: #C0774F;
}
.BgClassName
{
background-color: #C0774F;
}
</style>
border-color css
<style>
span { border-color: #C0774F; }
span { border-color: rgb(192,119,79); }
td.TdClassName
{
border-color: #C0774F;
}
.TagClassName
{
border-color: #C0774F;
}
</style>