Shades of Red Damask #C16C4E
Tints of Red Damask #C16C4E
RGB
CMYK
RGB Variations
Color information
#C16C4E (or 0xC16C4E) is known color: Red Damask. HEX triplet: C1, 6C and 4E. RGB value is (193,108,78). Sum of RGB (Red+Green+Blue) = 193+108+78=379 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.92% from 379); Green value is 108 (42.58% from 255 or 28.50% from 379); Blue value is 78 (30.86% from 255 or 20.58% from 379); Max value from RGB is 193 - color contains mainly: red. Hex color #C16C4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16C4E is #3E93B1. Grayscale: #828282. Windows color (decimal): -4101042 or 5139649. OLE color: 5139649.
HSL color Cylindrical-coordinate representation of color #C16C4E: hue angle of 15.65º 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 #C16C4E is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 108 | 78 | - |
| CMYK | 0 | 0.44 | 0.60 | 0.24 |
| HSL | 15.65º | 0.48% | 0.53% | - |
| HSV(B) | 15.65º | 0.6% | 0.76% | - |
| XYZ | 28.73 | 22.61 | 10.06 | - |
| YUV | 130 | 98.66 | 172.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 108 | 78 | 0 | 0.44 | 0.60 | 0.24 | 15.65 | 0.48 | 0.53 |
| Hex | C1 | 6C | 4E | 0 | 2C | 3C | 18 | 10 | 30 | 35 |
| Octal | 301 | 154 | 116 | 0 | 54 | 74 | 30 | 20 | 60 | 65 |
| Binary | 11000001 | 1101100 | 1001110 | 0 | 101100 | 111100 | 11000 | 10000 | 110000 | 110101 |
Color Harmonies of #C16C4E
Complementary color
Monochromatic Colors of #C16C4E
Black with #C16C4E
Text Example
Text Example
White with #C16C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16C4E; }
p { color: rgb(193,108,78); }
H1.HeaderClassName
{
color: #C16C4E;
}
.AnyTagClassName
{
color: #C16C4E;
}
</style>
background-color css
<style>
a { background-color: #C16C4E; }
a { background-color: rgb(193,108,78); }
div.DivClassName
{
background-color: #C16C4E;
}
.BgClassName
{
background-color: #C16C4E;
}
</style>
border-color css
<style>
span { border-color: #C16C4E; }
span { border-color: rgb(193,108,78); }
td.TdClassName
{
border-color: #C16C4E;
}
.TagClassName
{
border-color: #C16C4E;
}
</style>