Shades of Red Damask #C06E4E
Tints of Red Damask #C06E4E
RGB
CMYK
RGB Variations
Color information
#C06E4E (or 0xC06E4E) is known color: Red Damask. HEX triplet: C0, 6E and 4E. RGB value is (192,110,78). Sum of RGB (Red+Green+Blue) = 192+110+78=380 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.53% from 380); Green value is 110 (43.36% from 255 or 28.95% from 380); Blue value is 78 (30.86% from 255 or 20.53% from 380); Max value from RGB is 192 - color contains mainly: red. Hex color #C06E4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06E4E is #3F91B1. Grayscale: #838383. Windows color (decimal): -4166066 or 5140160. OLE color: 5140160.
HSL color Cylindrical-coordinate representation of color #C06E4E: hue angle of 16.84º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C06E4E is Cyan = 0, Magento = 0.43, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 110 | 78 | - |
| CMYK | 0 | 0.43 | 0.59 | 0.25 |
| HSL | 16.84º | 0.48% | 0.53% | - |
| HSV(B) | 16.84º | 0.59% | 0.75% | - |
| XYZ | 28.69 | 22.91 | 10.12 | - |
| YUV | 130.87 | 98.17 | 171.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 110 | 78 | 0 | 0.43 | 0.59 | 0.25 | 16.84 | 0.48 | 0.53 |
| Hex | C0 | 6E | 4E | 0 | 2B | 3B | 19 | 11 | 30 | 35 |
| Octal | 300 | 156 | 116 | 0 | 53 | 73 | 31 | 21 | 60 | 65 |
| Binary | 11000000 | 1101110 | 1001110 | 0 | 101011 | 111011 | 11001 | 10001 | 110000 | 110101 |
Color Harmonies of #C06E4E
Complementary color
Monochromatic Colors of #C06E4E
Black with #C06E4E
Text Example
Text Example
White with #C06E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06E4E; }
p { color: rgb(192,110,78); }
H1.HeaderClassName
{
color: #C06E4E;
}
.AnyTagClassName
{
color: #C06E4E;
}
</style>
background-color css
<style>
a { background-color: #C06E4E; }
a { background-color: rgb(192,110,78); }
div.DivClassName
{
background-color: #C06E4E;
}
.BgClassName
{
background-color: #C06E4E;
}
</style>
border-color css
<style>
span { border-color: #C06E4E; }
span { border-color: rgb(192,110,78); }
td.TdClassName
{
border-color: #C06E4E;
}
.TagClassName
{
border-color: #C06E4E;
}
</style>