Shades of Red Damask #C06A51
Tints of Red Damask #C06A51
RGB
CMYK
RGB Variations
Color information
#C06A51 (or 0xC06A51) is known color: Red Damask. HEX triplet: C0, 6A and 51. RGB value is (192,106,81). Sum of RGB (Red+Green+Blue) = 192+106+81=379 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.66% from 379); Green value is 106 (41.80% from 255 or 27.97% from 379); Blue value is 81 (32.03% from 255 or 21.37% from 379); Max value from RGB is 192 - color contains mainly: red. Hex color #C06A51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06A51 is #3F95AE. Grayscale: #818181. Windows color (decimal): -4167087 or 5335744. OLE color: 5335744.
HSL color Cylindrical-coordinate representation of color #C06A51: hue angle of 13.51º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C06A51 is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 106 | 81 | - |
| CMYK | 0 | 0.45 | 0.58 | 0.25 |
| HSL | 13.51º | 0.47% | 0.54% | - |
| HSV(B) | 13.51º | 0.58% | 0.75% | - |
| XYZ | 28.38 | 22.11 | 10.56 | - |
| YUV | 128.86 | 100.99 | 173.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 106 | 81 | 0 | 0.45 | 0.58 | 0.25 | 13.51 | 0.47 | 0.54 |
| Hex | C0 | 6A | 51 | 0 | 2D | 3A | 19 | E | 2F | 36 |
| Octal | 300 | 152 | 121 | 0 | 55 | 72 | 31 | 16 | 57 | 66 |
| Binary | 11000000 | 1101010 | 1010001 | 0 | 101101 | 111010 | 11001 | 1110 | 101111 | 110110 |
Color Harmonies of #C06A51
Complementary color
Monochromatic Colors of #C06A51
Black with #C06A51
Text Example
Text Example
White with #C06A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06A51; }
p { color: rgb(192,106,81); }
H1.HeaderClassName
{
color: #C06A51;
}
.AnyTagClassName
{
color: #C06A51;
}
</style>
background-color css
<style>
a { background-color: #C06A51; }
a { background-color: rgb(192,106,81); }
div.DivClassName
{
background-color: #C06A51;
}
.BgClassName
{
background-color: #C06A51;
}
</style>
border-color css
<style>
span { border-color: #C06A51; }
span { border-color: rgb(192,106,81); }
td.TdClassName
{
border-color: #C06A51;
}
.TagClassName
{
border-color: #C06A51;
}
</style>