Shades of Red Damask #C07751
Tints of Red Damask #C07751
RGB
CMYK
RGB Variations
Color information
#C07751 (or 0xC07751) is known color: Red Damask. HEX triplet: C0, 77 and 51. RGB value is (192,119,81). Sum of RGB (Red+Green+Blue) = 192+119+81=392 (51% of max value = 765). Red value is 192 (75.39% from 255 or 48.98% from 392); Green value is 119 (46.88% from 255 or 30.36% from 392); Blue value is 81 (32.03% from 255 or 20.66% from 392); Max value from RGB is 192 - color contains mainly: red. Hex color #C07751 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07751 is #3F88AE. Grayscale: #888888. Windows color (decimal): -4163759 or 5339072. OLE color: 5339072.
HSL color Cylindrical-coordinate representation of color #C07751: hue angle of 20.54º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C07751 is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 119 | 81 | - |
| CMYK | 0 | 0.38 | 0.58 | 0.25 |
| HSL | 20.54º | 0.47% | 0.54% | - |
| HSV(B) | 20.54º | 0.58% | 0.75% | - |
| XYZ | 29.82 | 24.99 | 11.04 | - |
| YUV | 136.5 | 96.68 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 119 | 81 | 0 | 0.38 | 0.58 | 0.25 | 20.54 | 0.47 | 0.54 |
| Hex | C0 | 77 | 51 | 0 | 26 | 3A | 19 | 15 | 2F | 36 |
| Octal | 300 | 167 | 121 | 0 | 46 | 72 | 31 | 25 | 57 | 66 |
| Binary | 11000000 | 1110111 | 1010001 | 0 | 100110 | 111010 | 11001 | 10101 | 101111 | 110110 |
Color Harmonies of #C07751
Complementary color
Monochromatic Colors of #C07751
Black with #C07751
Text Example
Text Example
White with #C07751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07751; }
p { color: rgb(192,119,81); }
H1.HeaderClassName
{
color: #C07751;
}
.AnyTagClassName
{
color: #C07751;
}
</style>
background-color css
<style>
a { background-color: #C07751; }
a { background-color: rgb(192,119,81); }
div.DivClassName
{
background-color: #C07751;
}
.BgClassName
{
background-color: #C07751;
}
</style>
border-color css
<style>
span { border-color: #C07751; }
span { border-color: rgb(192,119,81); }
td.TdClassName
{
border-color: #C07751;
}
.TagClassName
{
border-color: #C07751;
}
</style>