Shades of Red Damask #C06E52
Tints of Red Damask #C06E52
RGB
CMYK
RGB Variations
Color information
#C06E52 (or 0xC06E52) is known color: Red Damask. HEX triplet: C0, 6E and 52. RGB value is (192,110,82). Sum of RGB (Red+Green+Blue) = 192+110+82=384 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50% from 384); Green value is 110 (43.36% from 255 or 28.65% from 384); Blue value is 82 (32.42% from 255 or 21.35% from 384); Max value from RGB is 192 - color contains mainly: red. Hex color #C06E52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06E52 is #3F91AD. Grayscale: #838383. Windows color (decimal): -4166062 or 5402304. OLE color: 5402304.
HSL color Cylindrical-coordinate representation of color #C06E52: hue angle of 15.27º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C06E52 is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 110 | 82 | - |
| CMYK | 0 | 0.43 | 0.57 | 0.25 |
| HSL | 15.27º | 0.47% | 0.54% | - |
| HSV(B) | 15.27º | 0.57% | 0.75% | - |
| XYZ | 28.84 | 22.97 | 10.9 | - |
| YUV | 131.33 | 100.17 | 171.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 110 | 82 | 0 | 0.43 | 0.57 | 0.25 | 15.27 | 0.47 | 0.54 |
| Hex | C0 | 6E | 52 | 0 | 2B | 39 | 19 | F | 2F | 36 |
| Octal | 300 | 156 | 122 | 0 | 53 | 71 | 31 | 17 | 57 | 66 |
| Binary | 11000000 | 1101110 | 1010010 | 0 | 101011 | 111001 | 11001 | 1111 | 101111 | 110110 |
Color Harmonies of #C06E52
Complementary color
Monochromatic Colors of #C06E52
Black with #C06E52
Text Example
Text Example
White with #C06E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06E52; }
p { color: rgb(192,110,82); }
H1.HeaderClassName
{
color: #C06E52;
}
.AnyTagClassName
{
color: #C06E52;
}
</style>
background-color css
<style>
a { background-color: #C06E52; }
a { background-color: rgb(192,110,82); }
div.DivClassName
{
background-color: #C06E52;
}
.BgClassName
{
background-color: #C06E52;
}
</style>
border-color css
<style>
span { border-color: #C06E52; }
span { border-color: rgb(192,110,82); }
td.TdClassName
{
border-color: #C06E52;
}
.TagClassName
{
border-color: #C06E52;
}
</style>