Shades of Red Damask #C07D55
Tints of Red Damask #C07D55
RGB
CMYK
RGB Variations
Color information
#C07D55 (or 0xC07D55) is known color: Red Damask. HEX triplet: C0, 7D and 55. RGB value is (192,125,85). Sum of RGB (Red+Green+Blue) = 192+125+85=402 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.76% from 402); Green value is 125 (49.22% from 255 or 31.09% from 402); Blue value is 85 (33.59% from 255 or 21.14% from 402); Max value from RGB is 192 - color contains mainly: red. Hex color #C07D55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07D55 is #3F82AA. Grayscale: #8C8C8C. Windows color (decimal): -4162219 or 5602752. OLE color: 5602752.
HSL color Cylindrical-coordinate representation of color #C07D55: hue angle of 22.43º 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 #C07D55 is Cyan = 0, Magento = 0.35, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 125 | 85 | - |
| CMYK | 0 | 0.35 | 0.56 | 0.25 |
| HSL | 22.43º | 0.46% | 0.54% | - |
| HSV(B) | 22.43º | 0.56% | 0.75% | - |
| XYZ | 30.71 | 26.53 | 12.1 | - |
| YUV | 140.47 | 96.7 | 164.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 125 | 85 | 0 | 0.35 | 0.56 | 0.25 | 22.43 | 0.46 | 0.54 |
| Hex | C0 | 7D | 55 | 0 | 23 | 38 | 19 | 16 | 2E | 36 |
| Octal | 300 | 175 | 125 | 0 | 43 | 70 | 31 | 26 | 56 | 66 |
| Binary | 11000000 | 1111101 | 1010101 | 0 | 100011 | 111000 | 11001 | 10110 | 101110 | 110110 |
Color Harmonies of #C07D55
Complementary color
Monochromatic Colors of #C07D55
Black with #C07D55
Text Example
Text Example
White with #C07D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07D55; }
p { color: rgb(192,125,85); }
H1.HeaderClassName
{
color: #C07D55;
}
.AnyTagClassName
{
color: #C07D55;
}
</style>
background-color css
<style>
a { background-color: #C07D55; }
a { background-color: rgb(192,125,85); }
div.DivClassName
{
background-color: #C07D55;
}
.BgClassName
{
background-color: #C07D55;
}
</style>
border-color css
<style>
span { border-color: #C07D55; }
span { border-color: rgb(192,125,85); }
td.TdClassName
{
border-color: #C07D55;
}
.TagClassName
{
border-color: #C07D55;
}
</style>