Shades of Red Damask #C06E46
Tints of Red Damask #C06E46
RGB
CMYK
RGB Variations
Color information
#C06E46 (or 0xC06E46) is known color: Red Damask. HEX triplet: C0, 6E and 46. RGB value is (192,110,70). Sum of RGB (Red+Green+Blue) = 192+110+70=372 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.61% from 372); Green value is 110 (43.36% from 255 or 29.57% from 372); Blue value is 70 (27.73% from 255 or 18.82% from 372); Max value from RGB is 192 - color contains mainly: red. Hex color #C06E46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06E46 is #3F91B9. Grayscale: #828282. Windows color (decimal): -4166074 or 4615872. OLE color: 4615872.
HSL color Cylindrical-coordinate representation of color #C06E46: hue angle of 19.67º 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 #C06E46 is Cyan = 0, Magento = 0.43, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 110 | 70 | - |
| CMYK | 0 | 0.43 | 0.64 | 0.25 |
| HSL | 19.67º | 0.49% | 0.51% | - |
| HSV(B) | 19.67º | 0.64% | 0.75% | - |
| XYZ | 28.42 | 22.8 | 8.7 | - |
| YUV | 129.96 | 94.17 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 110 | 70 | 0 | 0.43 | 0.64 | 0.25 | 19.67 | 0.49 | 0.51 |
| Hex | C0 | 6E | 46 | 0 | 2B | 40 | 19 | 14 | 31 | 33 |
| Octal | 300 | 156 | 106 | 0 | 53 | 100 | 31 | 24 | 61 | 63 |
| Binary | 11000000 | 1101110 | 1000110 | 0 | 101011 | 1000000 | 11001 | 10100 | 110001 | 110011 |
Color Harmonies of #C06E46
Complementary color
Monochromatic Colors of #C06E46
Black with #C06E46
Text Example
Text Example
White with #C06E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06E46; }
p { color: rgb(192,110,70); }
H1.HeaderClassName
{
color: #C06E46;
}
.AnyTagClassName
{
color: #C06E46;
}
</style>
background-color css
<style>
a { background-color: #C06E46; }
a { background-color: rgb(192,110,70); }
div.DivClassName
{
background-color: #C06E46;
}
.BgClassName
{
background-color: #C06E46;
}
</style>
border-color css
<style>
span { border-color: #C06E46; }
span { border-color: rgb(192,110,70); }
td.TdClassName
{
border-color: #C06E46;
}
.TagClassName
{
border-color: #C06E46;
}
</style>