Shades of Red Damask #C07451
Tints of Red Damask #C07451
RGB
CMYK
RGB Variations
Color information
#C07451 (or 0xC07451) is known color: Red Damask. HEX triplet: C0, 74 and 51. RGB value is (192,116,81). Sum of RGB (Red+Green+Blue) = 192+116+81=389 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.36% from 389); Green value is 116 (45.70% from 255 or 29.82% from 389); Blue value is 81 (32.03% from 255 or 20.82% from 389); Max value from RGB is 192 - color contains mainly: red. Hex color #C07451 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07451 is #3F8BAE. Grayscale: #868686. Windows color (decimal): -4164527 or 5338304. OLE color: 5338304.
HSL color Cylindrical-coordinate representation of color #C07451: hue angle of 18.92º 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 #C07451 is Cyan = 0, Magento = 0.40, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 116 | 81 | - |
| CMYK | 0 | 0.40 | 0.58 | 0.25 |
| HSL | 18.92º | 0.47% | 0.54% | - |
| HSV(B) | 18.92º | 0.58% | 0.75% | - |
| XYZ | 29.47 | 24.29 | 10.92 | - |
| YUV | 134.73 | 97.68 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 116 | 81 | 0 | 0.40 | 0.58 | 0.25 | 18.92 | 0.47 | 0.54 |
| Hex | C0 | 74 | 51 | 0 | 28 | 3A | 19 | 13 | 2F | 36 |
| Octal | 300 | 164 | 121 | 0 | 50 | 72 | 31 | 23 | 57 | 66 |
| Binary | 11000000 | 1110100 | 1010001 | 0 | 101000 | 111010 | 11001 | 10011 | 101111 | 110110 |
Color Harmonies of #C07451
Complementary color
Monochromatic Colors of #C07451
Black with #C07451
Text Example
Text Example
White with #C07451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07451; }
p { color: rgb(192,116,81); }
H1.HeaderClassName
{
color: #C07451;
}
.AnyTagClassName
{
color: #C07451;
}
</style>
background-color css
<style>
a { background-color: #C07451; }
a { background-color: rgb(192,116,81); }
div.DivClassName
{
background-color: #C07451;
}
.BgClassName
{
background-color: #C07451;
}
</style>
border-color css
<style>
span { border-color: #C07451; }
span { border-color: rgb(192,116,81); }
td.TdClassName
{
border-color: #C07451;
}
.TagClassName
{
border-color: #C07451;
}
</style>