Shades of Red Damask #C06D53
Tints of Red Damask #C06D53
RGB
CMYK
RGB Variations
Color information
#C06D53 (or 0xC06D53) is known color: Red Damask. HEX triplet: C0, 6D and 53. RGB value is (192,109,83). Sum of RGB (Red+Green+Blue) = 192+109+83=384 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50% from 384); Green value is 109 (42.97% from 255 or 28.39% from 384); Blue value is 83 (32.81% from 255 or 21.61% from 384); Max value from RGB is 192 - color contains mainly: red. Hex color #C06D53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06D53 is #3F92AC. Grayscale: #838383. Windows color (decimal): -4166317 or 5467584. OLE color: 5467584.
HSL color Cylindrical-coordinate representation of color #C06D53: hue angle of 14.31º degrees, saturation: 0.46, 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 #C06D53 is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 109 | 83 | - |
| CMYK | 0 | 0.43 | 0.57 | 0.25 |
| HSL | 14.31º | 0.46% | 0.54% | - |
| HSV(B) | 14.31º | 0.57% | 0.75% | - |
| XYZ | 28.77 | 22.77 | 11.06 | - |
| YUV | 130.85 | 101 | 171.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 109 | 83 | 0 | 0.43 | 0.57 | 0.25 | 14.31 | 0.46 | 0.54 |
| Hex | C0 | 6D | 53 | 0 | 2B | 39 | 19 | E | 2E | 36 |
| Octal | 300 | 155 | 123 | 0 | 53 | 71 | 31 | 16 | 56 | 66 |
| Binary | 11000000 | 1101101 | 1010011 | 0 | 101011 | 111001 | 11001 | 1110 | 101110 | 110110 |
Color Harmonies of #C06D53
Complementary color
Monochromatic Colors of #C06D53
Black with #C06D53
Text Example
Text Example
White with #C06D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06D53; }
p { color: rgb(192,109,83); }
H1.HeaderClassName
{
color: #C06D53;
}
.AnyTagClassName
{
color: #C06D53;
}
</style>
background-color css
<style>
a { background-color: #C06D53; }
a { background-color: rgb(192,109,83); }
div.DivClassName
{
background-color: #C06D53;
}
.BgClassName
{
background-color: #C06D53;
}
</style>
border-color css
<style>
span { border-color: #C06D53; }
span { border-color: rgb(192,109,83); }
td.TdClassName
{
border-color: #C06D53;
}
.TagClassName
{
border-color: #C06D53;
}
</style>