Shades of Red Damask #C07855
Tints of Red Damask #C07855
RGB
CMYK
RGB Variations
Color information
#C07855 (or 0xC07855) is known color: Red Damask. HEX triplet: C0, 78 and 55. RGB value is (192,120,85). Sum of RGB (Red+Green+Blue) = 192+120+85=397 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.36% from 397); Green value is 120 (47.27% from 255 or 30.23% from 397); Blue value is 85 (33.59% from 255 or 21.41% from 397); Max value from RGB is 192 - color contains mainly: red. Hex color #C07855 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07855 is #3F87AA. Grayscale: #898989. Windows color (decimal): -4163499 or 5601472. OLE color: 5601472.
HSL color Cylindrical-coordinate representation of color #C07855: hue angle of 19.63º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C07855 is Cyan = 0, Magento = 0.38, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 120 | 85 | - |
| CMYK | 0 | 0.38 | 0.56 | 0.25 |
| HSL | 19.63º | 0.46% | 0.54% | - |
| HSV(B) | 19.63º | 0.56% | 0.75% | - |
| XYZ | 30.09 | 25.3 | 11.89 | - |
| YUV | 137.54 | 98.35 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 120 | 85 | 0 | 0.38 | 0.56 | 0.25 | 19.63 | 0.46 | 0.54 |
| Hex | C0 | 78 | 55 | 0 | 26 | 38 | 19 | 14 | 2E | 36 |
| Octal | 300 | 170 | 125 | 0 | 46 | 70 | 31 | 24 | 56 | 66 |
| Binary | 11000000 | 1111000 | 1010101 | 0 | 100110 | 111000 | 11001 | 10100 | 101110 | 110110 |
Color Harmonies of #C07855
Complementary color
Monochromatic Colors of #C07855
Black with #C07855
Text Example
Text Example
White with #C07855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07855; }
p { color: rgb(192,120,85); }
H1.HeaderClassName
{
color: #C07855;
}
.AnyTagClassName
{
color: #C07855;
}
</style>
background-color css
<style>
a { background-color: #C07855; }
a { background-color: rgb(192,120,85); }
div.DivClassName
{
background-color: #C07855;
}
.BgClassName
{
background-color: #C07855;
}
</style>
border-color css
<style>
span { border-color: #C07855; }
span { border-color: rgb(192,120,85); }
td.TdClassName
{
border-color: #C07855;
}
.TagClassName
{
border-color: #C07855;
}
</style>