Shades of Red Damask #C16A50
Tints of Red Damask #C16A50
RGB
CMYK
RGB Variations
Color information
#C16A50 (or 0xC16A50) is known color: Red Damask. HEX triplet: C1, 6A and 50. RGB value is (193,106,80). Sum of RGB (Red+Green+Blue) = 193+106+80=379 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.92% from 379); Green value is 106 (41.80% from 255 or 27.97% from 379); Blue value is 80 (31.64% from 255 or 21.11% from 379); Max value from RGB is 193 - color contains mainly: red. Hex color #C16A50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16A50 is #3E95AF. Grayscale: #818181. Windows color (decimal): -4101552 or 5270209. OLE color: 5270209.
HSL color Cylindrical-coordinate representation of color #C16A50: hue angle of 13.81º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C16A50 is Cyan = 0, Magento = 0.45, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 106 | 80 | - |
| CMYK | 0 | 0.45 | 0.59 | 0.24 |
| HSL | 13.81º | 0.48% | 0.54% | - |
| HSV(B) | 13.81º | 0.59% | 0.76% | - |
| XYZ | 28.59 | 22.22 | 10.37 | - |
| YUV | 129.05 | 100.32 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 106 | 80 | 0 | 0.45 | 0.59 | 0.24 | 13.81 | 0.48 | 0.54 |
| Hex | C1 | 6A | 50 | 0 | 2D | 3B | 18 | E | 30 | 36 |
| Octal | 301 | 152 | 120 | 0 | 55 | 73 | 30 | 16 | 60 | 66 |
| Binary | 11000001 | 1101010 | 1010000 | 0 | 101101 | 111011 | 11000 | 1110 | 110000 | 110110 |
Color Harmonies of #C16A50
Complementary color
Monochromatic Colors of #C16A50
Black with #C16A50
Text Example
Text Example
White with #C16A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16A50; }
p { color: rgb(193,106,80); }
H1.HeaderClassName
{
color: #C16A50;
}
.AnyTagClassName
{
color: #C16A50;
}
</style>
background-color css
<style>
a { background-color: #C16A50; }
a { background-color: rgb(193,106,80); }
div.DivClassName
{
background-color: #C16A50;
}
.BgClassName
{
background-color: #C16A50;
}
</style>
border-color css
<style>
span { border-color: #C16A50; }
span { border-color: rgb(193,106,80); }
td.TdClassName
{
border-color: #C16A50;
}
.TagClassName
{
border-color: #C16A50;
}
</style>