Shades of Red Damask #C07851
Tints of Red Damask #C07851
RGB
CMYK
RGB Variations
Color information
#C07851 (or 0xC07851) is known color: Red Damask. HEX triplet: C0, 78 and 51. RGB value is (192,120,81). Sum of RGB (Red+Green+Blue) = 192+120+81=393 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.85% from 393); Green value is 120 (47.27% from 255 or 30.53% from 393); Blue value is 81 (32.03% from 255 or 20.61% from 393); Max value from RGB is 192 - color contains mainly: red. Hex color #C07851 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07851 is #3F87AE. Grayscale: #898989. Windows color (decimal): -4163503 or 5339328. OLE color: 5339328.
HSL color Cylindrical-coordinate representation of color #C07851: hue angle of 21.08º 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 #C07851 is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 120 | 81 | - |
| CMYK | 0 | 0.38 | 0.58 | 0.25 |
| HSL | 21.08º | 0.47% | 0.54% | - |
| HSV(B) | 21.08º | 0.58% | 0.75% | - |
| XYZ | 29.94 | 25.23 | 11.08 | - |
| YUV | 137.08 | 96.35 | 167.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 120 | 81 | 0 | 0.38 | 0.58 | 0.25 | 21.08 | 0.47 | 0.54 |
| Hex | C0 | 78 | 51 | 0 | 26 | 3A | 19 | 15 | 2F | 36 |
| Octal | 300 | 170 | 121 | 0 | 46 | 72 | 31 | 25 | 57 | 66 |
| Binary | 11000000 | 1111000 | 1010001 | 0 | 100110 | 111010 | 11001 | 10101 | 101111 | 110110 |
Color Harmonies of #C07851
Complementary color
Monochromatic Colors of #C07851
Black with #C07851
Text Example
Text Example
White with #C07851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07851; }
p { color: rgb(192,120,81); }
H1.HeaderClassName
{
color: #C07851;
}
.AnyTagClassName
{
color: #C07851;
}
</style>
background-color css
<style>
a { background-color: #C07851; }
a { background-color: rgb(192,120,81); }
div.DivClassName
{
background-color: #C07851;
}
.BgClassName
{
background-color: #C07851;
}
</style>
border-color css
<style>
span { border-color: #C07851; }
span { border-color: rgb(192,120,81); }
td.TdClassName
{
border-color: #C07851;
}
.TagClassName
{
border-color: #C07851;
}
</style>