Shades of Red Damask #C06E4C
Tints of Red Damask #C06E4C
RGB
CMYK
RGB Variations
Color information
#C06E4C (or 0xC06E4C) is known color: Red Damask. HEX triplet: C0, 6E and 4C. RGB value is (192,110,76). Sum of RGB (Red+Green+Blue) = 192+110+76=378 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.79% from 378); Green value is 110 (43.36% from 255 or 29.10% from 378); Blue value is 76 (30.08% from 255 or 20.11% from 378); Max value from RGB is 192 - color contains mainly: red. Hex color #C06E4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06E4C is #3F91B3. Grayscale: #828282. Windows color (decimal): -4166068 or 5009088. OLE color: 5009088.
HSL color Cylindrical-coordinate representation of color #C06E4C: hue angle of 17.59º 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 #C06E4C is Cyan = 0, Magento = 0.43, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 110 | 76 | - |
| CMYK | 0 | 0.43 | 0.60 | 0.25 |
| HSL | 17.59º | 0.48% | 0.53% | - |
| HSV(B) | 17.59º | 0.6% | 0.75% | - |
| XYZ | 28.62 | 22.88 | 9.75 | - |
| YUV | 130.64 | 97.17 | 171.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 110 | 76 | 0 | 0.43 | 0.60 | 0.25 | 17.59 | 0.48 | 0.53 |
| Hex | C0 | 6E | 4C | 0 | 2B | 3C | 19 | 12 | 30 | 35 |
| Octal | 300 | 156 | 114 | 0 | 53 | 74 | 31 | 22 | 60 | 65 |
| Binary | 11000000 | 1101110 | 1001100 | 0 | 101011 | 111100 | 11001 | 10010 | 110000 | 110101 |
Color Harmonies of #C06E4C
Complementary color
Monochromatic Colors of #C06E4C
Black with #C06E4C
Text Example
Text Example
White with #C06E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06E4C; }
p { color: rgb(192,110,76); }
H1.HeaderClassName
{
color: #C06E4C;
}
.AnyTagClassName
{
color: #C06E4C;
}
</style>
background-color css
<style>
a { background-color: #C06E4C; }
a { background-color: rgb(192,110,76); }
div.DivClassName
{
background-color: #C06E4C;
}
.BgClassName
{
background-color: #C06E4C;
}
</style>
border-color css
<style>
span { border-color: #C06E4C; }
span { border-color: rgb(192,110,76); }
td.TdClassName
{
border-color: #C06E4C;
}
.TagClassName
{
border-color: #C06E4C;
}
</style>