Shades of Red Damask #C06C53
Tints of Red Damask #C06C53
RGB
CMYK
RGB Variations
Color information
#C06C53 (or 0xC06C53) is known color: Red Damask. HEX triplet: C0, 6C and 53. RGB value is (192,108,83). Sum of RGB (Red+Green+Blue) = 192+108+83=383 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.13% from 383); Green value is 108 (42.58% from 255 or 28.20% from 383); Blue value is 83 (32.81% from 255 or 21.67% from 383); Max value from RGB is 192 - color contains mainly: red. Hex color #C06C53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06C53 is #3F93AC. Grayscale: #828282. Windows color (decimal): -4166573 or 5467328. OLE color: 5467328.
HSL color Cylindrical-coordinate representation of color #C06C53: hue angle of 13.76º 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 #C06C53 is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 108 | 83 | - |
| CMYK | 0 | 0.44 | 0.57 | 0.25 |
| HSL | 13.76º | 0.46% | 0.54% | - |
| HSV(B) | 13.76º | 0.57% | 0.75% | - |
| XYZ | 28.66 | 22.56 | 11.03 | - |
| YUV | 130.27 | 101.33 | 172.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 108 | 83 | 0 | 0.44 | 0.57 | 0.25 | 13.76 | 0.46 | 0.54 |
| Hex | C0 | 6C | 53 | 0 | 2C | 39 | 19 | E | 2E | 36 |
| Octal | 300 | 154 | 123 | 0 | 54 | 71 | 31 | 16 | 56 | 66 |
| Binary | 11000000 | 1101100 | 1010011 | 0 | 101100 | 111001 | 11001 | 1110 | 101110 | 110110 |
Color Harmonies of #C06C53
Complementary color
Monochromatic Colors of #C06C53
Black with #C06C53
Text Example
Text Example
White with #C06C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06C53; }
p { color: rgb(192,108,83); }
H1.HeaderClassName
{
color: #C06C53;
}
.AnyTagClassName
{
color: #C06C53;
}
</style>
background-color css
<style>
a { background-color: #C06C53; }
a { background-color: rgb(192,108,83); }
div.DivClassName
{
background-color: #C06C53;
}
.BgClassName
{
background-color: #C06C53;
}
</style>
border-color css
<style>
span { border-color: #C06C53; }
span { border-color: rgb(192,108,83); }
td.TdClassName
{
border-color: #C06C53;
}
.TagClassName
{
border-color: #C06C53;
}
</style>