Shades of Red Damask #C16E4D
Tints of Red Damask #C16E4D
RGB
CMYK
RGB Variations
Color information
#C16E4D (or 0xC16E4D) is known color: Red Damask. HEX triplet: C1, 6E and 4D. RGB value is (193,110,77). Sum of RGB (Red+Green+Blue) = 193+110+77=380 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.79% from 380); Green value is 110 (43.36% from 255 or 28.95% from 380); Blue value is 77 (30.47% from 255 or 20.26% from 380); Max value from RGB is 193 - color contains mainly: red. Hex color #C16E4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16E4D is #3E91B2. Grayscale: #838383. Windows color (decimal): -4100531 or 5074625. OLE color: 5074625.
HSL color Cylindrical-coordinate representation of color #C16E4D: hue angle of 17.07º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C16E4D is Cyan = 0, Magento = 0.43, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 110 | 77 | - |
| CMYK | 0 | 0.43 | 0.60 | 0.24 |
| HSL | 17.07º | 0.48% | 0.53% | - |
| HSV(B) | 17.07º | 0.6% | 0.76% | - |
| XYZ | 28.91 | 23.03 | 9.94 | - |
| YUV | 131.06 | 97.5 | 172.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 110 | 77 | 0 | 0.43 | 0.60 | 0.24 | 17.07 | 0.48 | 0.53 |
| Hex | C1 | 6E | 4D | 0 | 2B | 3C | 18 | 11 | 30 | 35 |
| Octal | 301 | 156 | 115 | 0 | 53 | 74 | 30 | 21 | 60 | 65 |
| Binary | 11000001 | 1101110 | 1001101 | 0 | 101011 | 111100 | 11000 | 10001 | 110000 | 110101 |
Color Harmonies of #C16E4D
Complementary color
Monochromatic Colors of #C16E4D
Black with #C16E4D
Text Example
Text Example
White with #C16E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16E4D; }
p { color: rgb(193,110,77); }
H1.HeaderClassName
{
color: #C16E4D;
}
.AnyTagClassName
{
color: #C16E4D;
}
</style>
background-color css
<style>
a { background-color: #C16E4D; }
a { background-color: rgb(193,110,77); }
div.DivClassName
{
background-color: #C16E4D;
}
.BgClassName
{
background-color: #C16E4D;
}
</style>
border-color css
<style>
span { border-color: #C16E4D; }
span { border-color: rgb(193,110,77); }
td.TdClassName
{
border-color: #C16E4D;
}
.TagClassName
{
border-color: #C16E4D;
}
</style>