Shades of Red Damask #C16F50
Tints of Red Damask #C16F50
RGB
CMYK
RGB Variations
Color information
#C16F50 (or 0xC16F50) is known color: Red Damask. HEX triplet: C1, 6F and 50. RGB value is (193,111,80). Sum of RGB (Red+Green+Blue) = 193+111+80=384 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.26% from 384); Green value is 111 (43.75% from 255 or 28.91% from 384); Blue value is 80 (31.64% from 255 or 20.83% from 384); Max value from RGB is 193 - color contains mainly: red. Hex color #C16F50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16F50 is #3E90AF. Grayscale: #848484. Windows color (decimal): -4100272 or 5271489. OLE color: 5271489.
HSL color Cylindrical-coordinate representation of color #C16F50: hue angle of 16.46º 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 #C16F50 is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 111 | 80 | - |
| CMYK | 0 | 0.42 | 0.59 | 0.24 |
| HSL | 16.46º | 0.48% | 0.54% | - |
| HSV(B) | 16.46º | 0.59% | 0.76% | - |
| XYZ | 29.12 | 23.29 | 10.55 | - |
| YUV | 131.98 | 98.67 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 111 | 80 | 0 | 0.42 | 0.59 | 0.24 | 16.46 | 0.48 | 0.54 |
| Hex | C1 | 6F | 50 | 0 | 2A | 3B | 18 | 10 | 30 | 36 |
| Octal | 301 | 157 | 120 | 0 | 52 | 73 | 30 | 20 | 60 | 66 |
| Binary | 11000001 | 1101111 | 1010000 | 0 | 101010 | 111011 | 11000 | 10000 | 110000 | 110110 |
Color Harmonies of #C16F50
Complementary color
Monochromatic Colors of #C16F50
Black with #C16F50
Text Example
Text Example
White with #C16F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16F50; }
p { color: rgb(193,111,80); }
H1.HeaderClassName
{
color: #C16F50;
}
.AnyTagClassName
{
color: #C16F50;
}
</style>
background-color css
<style>
a { background-color: #C16F50; }
a { background-color: rgb(193,111,80); }
div.DivClassName
{
background-color: #C16F50;
}
.BgClassName
{
background-color: #C16F50;
}
</style>
border-color css
<style>
span { border-color: #C16F50; }
span { border-color: rgb(193,111,80); }
td.TdClassName
{
border-color: #C16F50;
}
.TagClassName
{
border-color: #C16F50;
}
</style>