Shades of Red Damask #C06A4E
Tints of Red Damask #C06A4E
RGB
CMYK
RGB Variations
Color information
#C06A4E (or 0xC06A4E) is known color: Red Damask. HEX triplet: C0, 6A and 4E. RGB value is (192,106,78). Sum of RGB (Red+Green+Blue) = 192+106+78=376 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.06% from 376); Green value is 106 (41.80% from 255 or 28.19% from 376); Blue value is 78 (30.86% from 255 or 20.74% from 376); Max value from RGB is 192 - color contains mainly: red. Hex color #C06A4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06A4E is #3F95B1. Grayscale: #808080. Windows color (decimal): -4167090 or 5139136. OLE color: 5139136.
HSL color Cylindrical-coordinate representation of color #C06A4E: hue angle of 14.74º 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 #C06A4E is Cyan = 0, Magento = 0.45, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 106 | 78 | - |
| CMYK | 0 | 0.45 | 0.59 | 0.25 |
| HSL | 14.74º | 0.48% | 0.53% | - |
| HSV(B) | 14.74º | 0.59% | 0.75% | - |
| XYZ | 28.27 | 22.06 | 9.98 | - |
| YUV | 128.52 | 99.49 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 106 | 78 | 0 | 0.45 | 0.59 | 0.25 | 14.74 | 0.48 | 0.53 |
| Hex | C0 | 6A | 4E | 0 | 2D | 3B | 19 | F | 30 | 35 |
| Octal | 300 | 152 | 116 | 0 | 55 | 73 | 31 | 17 | 60 | 65 |
| Binary | 11000000 | 1101010 | 1001110 | 0 | 101101 | 111011 | 11001 | 1111 | 110000 | 110101 |
Color Harmonies of #C06A4E
Complementary color
Monochromatic Colors of #C06A4E
Black with #C06A4E
Text Example
Text Example
White with #C06A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06A4E; }
p { color: rgb(192,106,78); }
H1.HeaderClassName
{
color: #C06A4E;
}
.AnyTagClassName
{
color: #C06A4E;
}
</style>
background-color css
<style>
a { background-color: #C06A4E; }
a { background-color: rgb(192,106,78); }
div.DivClassName
{
background-color: #C06A4E;
}
.BgClassName
{
background-color: #C06A4E;
}
</style>
border-color css
<style>
span { border-color: #C06A4E; }
span { border-color: rgb(192,106,78); }
td.TdClassName
{
border-color: #C06A4E;
}
.TagClassName
{
border-color: #C06A4E;
}
</style>