Shades of Red Damask #C07452
Tints of Red Damask #C07452
RGB
CMYK
RGB Variations
Color information
#C07452 (or 0xC07452) is known color: Red Damask. HEX triplet: C0, 74 and 52. RGB value is (192,116,82). Sum of RGB (Red+Green+Blue) = 192+116+82=390 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.23% from 390); Green value is 116 (45.70% from 255 or 29.74% from 390); Blue value is 82 (32.42% from 255 or 21.03% from 390); Max value from RGB is 192 - color contains mainly: red. Hex color #C07452 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07452 is #3F8BAD. Grayscale: #878787. Windows color (decimal): -4164526 or 5403840. OLE color: 5403840.
HSL color Cylindrical-coordinate representation of color #C07452: hue angle of 18.55º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C07452 is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 116 | 82 | - |
| CMYK | 0 | 0.40 | 0.57 | 0.25 |
| HSL | 18.55º | 0.47% | 0.54% | - |
| HSV(B) | 18.55º | 0.57% | 0.75% | - |
| XYZ | 29.51 | 24.31 | 11.12 | - |
| YUV | 134.85 | 98.18 | 168.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 116 | 82 | 0 | 0.40 | 0.57 | 0.25 | 18.55 | 0.47 | 0.54 |
| Hex | C0 | 74 | 52 | 0 | 28 | 39 | 19 | 13 | 2F | 36 |
| Octal | 300 | 164 | 122 | 0 | 50 | 71 | 31 | 23 | 57 | 66 |
| Binary | 11000000 | 1110100 | 1010010 | 0 | 101000 | 111001 | 11001 | 10011 | 101111 | 110110 |
Color Harmonies of #C07452
Complementary color
Monochromatic Colors of #C07452
Black with #C07452
Text Example
Text Example
White with #C07452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07452; }
p { color: rgb(192,116,82); }
H1.HeaderClassName
{
color: #C07452;
}
.AnyTagClassName
{
color: #C07452;
}
</style>
background-color css
<style>
a { background-color: #C07452; }
a { background-color: rgb(192,116,82); }
div.DivClassName
{
background-color: #C07452;
}
.BgClassName
{
background-color: #C07452;
}
</style>
border-color css
<style>
span { border-color: #C07452; }
span { border-color: rgb(192,116,82); }
td.TdClassName
{
border-color: #C07452;
}
.TagClassName
{
border-color: #C07452;
}
</style>