Shades of Red Damask #C06D54
Tints of Red Damask #C06D54
RGB
CMYK
RGB Variations
Color information
#C06D54 (or 0xC06D54) is known color: Red Damask. HEX triplet: C0, 6D and 54. RGB value is (192,109,84). Sum of RGB (Red+Green+Blue) = 192+109+84=385 (50% of max value = 765). Red value is 192 (75.39% from 255 or 49.87% from 385); Green value is 109 (42.97% from 255 or 28.31% from 385); Blue value is 84 (33.20% from 255 or 21.82% from 385); Max value from RGB is 192 - color contains mainly: red. Hex color #C06D54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06D54 is #3F92AB. Grayscale: #838383. Windows color (decimal): -4166316 or 5533120. OLE color: 5533120.
HSL color Cylindrical-coordinate representation of color #C06D54: hue angle of 13.89º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C06D54 is Cyan = 0, Magento = 0.43, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 109 | 84 | - |
| CMYK | 0 | 0.43 | 0.56 | 0.25 |
| HSL | 13.89º | 0.46% | 0.54% | - |
| HSV(B) | 13.89º | 0.56% | 0.75% | - |
| XYZ | 28.81 | 22.78 | 11.27 | - |
| YUV | 130.97 | 101.5 | 171.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 109 | 84 | 0 | 0.43 | 0.56 | 0.25 | 13.89 | 0.46 | 0.54 |
| Hex | C0 | 6D | 54 | 0 | 2B | 38 | 19 | E | 2E | 36 |
| Octal | 300 | 155 | 124 | 0 | 53 | 70 | 31 | 16 | 56 | 66 |
| Binary | 11000000 | 1101101 | 1010100 | 0 | 101011 | 111000 | 11001 | 1110 | 101110 | 110110 |
Color Harmonies of #C06D54
Complementary color
Monochromatic Colors of #C06D54
Black with #C06D54
Text Example
Text Example
White with #C06D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06D54; }
p { color: rgb(192,109,84); }
H1.HeaderClassName
{
color: #C06D54;
}
.AnyTagClassName
{
color: #C06D54;
}
</style>
background-color css
<style>
a { background-color: #C06D54; }
a { background-color: rgb(192,109,84); }
div.DivClassName
{
background-color: #C06D54;
}
.BgClassName
{
background-color: #C06D54;
}
</style>
border-color css
<style>
span { border-color: #C06D54; }
span { border-color: rgb(192,109,84); }
td.TdClassName
{
border-color: #C06D54;
}
.TagClassName
{
border-color: #C06D54;
}
</style>