Shades of Red Damask #C06D50
Tints of Red Damask #C06D50
RGB
CMYK
RGB Variations
Color information
#C06D50 (or 0xC06D50) is known color: Red Damask. HEX triplet: C0, 6D and 50. RGB value is (192,109,80). Sum of RGB (Red+Green+Blue) = 192+109+80=381 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.39% from 381); Green value is 109 (42.97% from 255 or 28.61% from 381); Blue value is 80 (31.64% from 255 or 21.00% from 381); Max value from RGB is 192 - color contains mainly: red. Hex color #C06D50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06D50 is #3F92AF. Grayscale: #828282. Windows color (decimal): -4166320 or 5270976. OLE color: 5270976.
HSL color Cylindrical-coordinate representation of color #C06D50: hue angle of 15.54º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C06D50 is Cyan = 0, Magento = 0.43, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 109 | 80 | - |
| CMYK | 0 | 0.43 | 0.58 | 0.25 |
| HSL | 15.54º | 0.47% | 0.53% | - |
| HSV(B) | 15.54º | 0.58% | 0.75% | - |
| XYZ | 28.65 | 22.72 | 10.47 | - |
| YUV | 130.51 | 99.5 | 171.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 109 | 80 | 0 | 0.43 | 0.58 | 0.25 | 15.54 | 0.47 | 0.53 |
| Hex | C0 | 6D | 50 | 0 | 2B | 3A | 19 | 10 | 2F | 35 |
| Octal | 300 | 155 | 120 | 0 | 53 | 72 | 31 | 20 | 57 | 65 |
| Binary | 11000000 | 1101101 | 1010000 | 0 | 101011 | 111010 | 11001 | 10000 | 101111 | 110101 |
Color Harmonies of #C06D50
Complementary color
Monochromatic Colors of #C06D50
Black with #C06D50
Text Example
Text Example
White with #C06D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06D50; }
p { color: rgb(192,109,80); }
H1.HeaderClassName
{
color: #C06D50;
}
.AnyTagClassName
{
color: #C06D50;
}
</style>
background-color css
<style>
a { background-color: #C06D50; }
a { background-color: rgb(192,109,80); }
div.DivClassName
{
background-color: #C06D50;
}
.BgClassName
{
background-color: #C06D50;
}
</style>
border-color css
<style>
span { border-color: #C06D50; }
span { border-color: rgb(192,109,80); }
td.TdClassName
{
border-color: #C06D50;
}
.TagClassName
{
border-color: #C06D50;
}
</style>