Shades of Red Damask #C77046
Tints of Red Damask #C77046
RGB
CMYK
RGB Variations
Color information
#C77046 (or 0xC77046) is known color: Red Damask. HEX triplet: C7, 70 and 46. RGB value is (199,112,70). Sum of RGB (Red+Green+Blue) = 199+112+70=381 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.23% from 381); Green value is 112 (44.14% from 255 or 29.40% from 381); Blue value is 70 (27.73% from 255 or 18.37% from 381); Max value from RGB is 199 - color contains mainly: red. Hex color #C77046 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77046 is #388FB9. Grayscale: #858585. Windows color (decimal): -3706810 or 4616391. OLE color: 4616391.
HSL color Cylindrical-coordinate representation of color #C77046: hue angle of 19.53º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C77046 is Cyan = 0, Magento = 0.44, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 112 | 70 | - |
| CMYK | 0 | 0.44 | 0.65 | 0.22 |
| HSL | 19.53º | 0.54% | 0.53% | - |
| HSV(B) | 19.53º | 0.65% | 0.78% | - |
| XYZ | 30.45 | 24.17 | 8.86 | - |
| YUV | 133.23 | 92.32 | 174.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 112 | 70 | 0 | 0.44 | 0.65 | 0.22 | 19.53 | 0.54 | 0.53 |
| Hex | C7 | 70 | 46 | 0 | 2C | 41 | 16 | 14 | 36 | 35 |
| Octal | 307 | 160 | 106 | 0 | 54 | 101 | 26 | 24 | 66 | 65 |
| Binary | 11000111 | 1110000 | 1000110 | 0 | 101100 | 1000001 | 10110 | 10100 | 110110 | 110101 |
Color Harmonies of #C77046
Complementary color
Monochromatic Colors of #C77046
Black with #C77046
Text Example
Text Example
White with #C77046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77046; }
p { color: rgb(199,112,70); }
H1.HeaderClassName
{
color: #C77046;
}
.AnyTagClassName
{
color: #C77046;
}
</style>
background-color css
<style>
a { background-color: #C77046; }
a { background-color: rgb(199,112,70); }
div.DivClassName
{
background-color: #C77046;
}
.BgClassName
{
background-color: #C77046;
}
</style>
border-color css
<style>
span { border-color: #C77046; }
span { border-color: rgb(199,112,70); }
td.TdClassName
{
border-color: #C77046;
}
.TagClassName
{
border-color: #C77046;
}
</style>