Shades of Red Damask #C07046
Tints of Red Damask #C07046
RGB
CMYK
RGB Variations
Color information
#C07046 (or 0xC07046) is known color: Red Damask. HEX triplet: C0, 70 and 46. RGB value is (192,112,70). Sum of RGB (Red+Green+Blue) = 192+112+70=374 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.34% from 374); Green value is 112 (44.14% from 255 or 29.95% from 374); Blue value is 70 (27.73% from 255 or 18.72% from 374); Max value from RGB is 192 - color contains mainly: red. Hex color #C07046 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07046 is #3F8FB9. Grayscale: #838383. Windows color (decimal): -4165562 or 4616384. OLE color: 4616384.
HSL color Cylindrical-coordinate representation of color #C07046: hue angle of 20.66º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C07046 is Cyan = 0, Magento = 0.42, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 112 | 70 | - |
| CMYK | 0 | 0.42 | 0.64 | 0.25 |
| HSL | 20.66º | 0.49% | 0.51% | - |
| HSV(B) | 20.66º | 0.64% | 0.75% | - |
| XYZ | 28.64 | 23.24 | 8.77 | - |
| YUV | 131.13 | 93.5 | 171.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 112 | 70 | 0 | 0.42 | 0.64 | 0.25 | 20.66 | 0.49 | 0.51 |
| Hex | C0 | 70 | 46 | 0 | 2A | 40 | 19 | 15 | 31 | 33 |
| Octal | 300 | 160 | 106 | 0 | 52 | 100 | 31 | 25 | 61 | 63 |
| Binary | 11000000 | 1110000 | 1000110 | 0 | 101010 | 1000000 | 11001 | 10101 | 110001 | 110011 |
Color Harmonies of #C07046
Complementary color
Monochromatic Colors of #C07046
Black with #C07046
Text Example
Text Example
White with #C07046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07046; }
p { color: rgb(192,112,70); }
H1.HeaderClassName
{
color: #C07046;
}
.AnyTagClassName
{
color: #C07046;
}
</style>
background-color css
<style>
a { background-color: #C07046; }
a { background-color: rgb(192,112,70); }
div.DivClassName
{
background-color: #C07046;
}
.BgClassName
{
background-color: #C07046;
}
</style>
border-color css
<style>
span { border-color: #C07046; }
span { border-color: rgb(192,112,70); }
td.TdClassName
{
border-color: #C07046;
}
.TagClassName
{
border-color: #C07046;
}
</style>