Shades of Red Damask #C06E45
Tints of Red Damask #C06E45
RGB
CMYK
RGB Variations
Color information
#C06E45 (or 0xC06E45) is known color: Red Damask. HEX triplet: C0, 6E and 45. RGB value is (192,110,69). Sum of RGB (Red+Green+Blue) = 192+110+69=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 110 (43.36% from 255 or 29.65% from 371); Blue value is 69 (27.34% from 255 or 18.60% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C06E45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06E45 is #3F91BA. Grayscale: #828282. Windows color (decimal): -4166075 or 4550336. OLE color: 4550336.
HSL color Cylindrical-coordinate representation of color #C06E45: hue angle of 20º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C06E45 is Cyan = 0, Magento = 0.43, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 110 | 69 | - |
| CMYK | 0 | 0.43 | 0.64 | 0.25 |
| HSL | 20º | 0.49% | 0.51% | - |
| HSV(B) | 20º | 0.64% | 0.75% | - |
| XYZ | 28.39 | 22.79 | 8.53 | - |
| YUV | 129.84 | 93.67 | 172.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 110 | 69 | 0 | 0.43 | 0.64 | 0.25 | 20 | 0.49 | 0.51 |
| Hex | C0 | 6E | 45 | 0 | 2B | 40 | 19 | 14 | 31 | 33 |
| Octal | 300 | 156 | 105 | 0 | 53 | 100 | 31 | 24 | 61 | 63 |
| Binary | 11000000 | 1101110 | 1000101 | 0 | 101011 | 1000000 | 11001 | 10100 | 110001 | 110011 |
Color Harmonies of #C06E45
Complementary color
Monochromatic Colors of #C06E45
Black with #C06E45
Text Example
Text Example
White with #C06E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06E45; }
p { color: rgb(192,110,69); }
H1.HeaderClassName
{
color: #C06E45;
}
.AnyTagClassName
{
color: #C06E45;
}
</style>
background-color css
<style>
a { background-color: #C06E45; }
a { background-color: rgb(192,110,69); }
div.DivClassName
{
background-color: #C06E45;
}
.BgClassName
{
background-color: #C06E45;
}
</style>
border-color css
<style>
span { border-color: #C06E45; }
span { border-color: rgb(192,110,69); }
td.TdClassName
{
border-color: #C06E45;
}
.TagClassName
{
border-color: #C06E45;
}
</style>