Shades of Red Damask #C0754D
Tints of Red Damask #C0754D
RGB
CMYK
RGB Variations
Color information
#C0754D (or 0xC0754D) is known color: Red Damask. HEX triplet: C0, 75 and 4D. RGB value is (192,117,77). Sum of RGB (Red+Green+Blue) = 192+117+77=386 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.74% from 386); Green value is 117 (46.09% from 255 or 30.31% from 386); Blue value is 77 (30.47% from 255 or 19.95% from 386); Max value from RGB is 192 - color contains mainly: red. Hex color #C0754D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0754D is #3F8AB2. Grayscale: #878787. Windows color (decimal): -4164275 or 5076416. OLE color: 5076416.
HSL color Cylindrical-coordinate representation of color #C0754D: hue angle of 20.87º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C0754D is Cyan = 0, Magento = 0.39, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 117 | 77 | - |
| CMYK | 0 | 0.39 | 0.60 | 0.25 |
| HSL | 20.87º | 0.48% | 0.53% | - |
| HSV(B) | 20.87º | 0.6% | 0.75% | - |
| XYZ | 29.44 | 24.46 | 10.19 | - |
| YUV | 134.87 | 95.35 | 168.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 117 | 77 | 0 | 0.39 | 0.60 | 0.25 | 20.87 | 0.48 | 0.53 |
| Hex | C0 | 75 | 4D | 0 | 27 | 3C | 19 | 15 | 30 | 35 |
| Octal | 300 | 165 | 115 | 0 | 47 | 74 | 31 | 25 | 60 | 65 |
| Binary | 11000000 | 1110101 | 1001101 | 0 | 100111 | 111100 | 11001 | 10101 | 110000 | 110101 |
Color Harmonies of #C0754D
Complementary color
Monochromatic Colors of #C0754D
Black with #C0754D
Text Example
Text Example
White with #C0754D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0754D; }
p { color: rgb(192,117,77); }
H1.HeaderClassName
{
color: #C0754D;
}
.AnyTagClassName
{
color: #C0754D;
}
</style>
background-color css
<style>
a { background-color: #C0754D; }
a { background-color: rgb(192,117,77); }
div.DivClassName
{
background-color: #C0754D;
}
.BgClassName
{
background-color: #C0754D;
}
</style>
border-color css
<style>
span { border-color: #C0754D; }
span { border-color: rgb(192,117,77); }
td.TdClassName
{
border-color: #C0754D;
}
.TagClassName
{
border-color: #C0754D;
}
</style>