Shades of Red Damask #C16C4A
Tints of Red Damask #C16C4A
RGB
CMYK
RGB Variations
Color information
#C16C4A (or 0xC16C4A) is known color: Red Damask. HEX triplet: C1, 6C and 4A. RGB value is (193,108,74). Sum of RGB (Red+Green+Blue) = 193+108+74=375 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.47% from 375); Green value is 108 (42.58% from 255 or 28.8% from 375); Blue value is 74 (29.30% from 255 or 19.73% from 375); Max value from RGB is 193 - color contains mainly: red. Hex color #C16C4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16C4A is #3E93B5. Grayscale: #818181. Windows color (decimal): -4101046 or 4877505. OLE color: 4877505.
HSL color Cylindrical-coordinate representation of color #C16C4A: hue angle of 17.14º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C16C4A is Cyan = 0, Magento = 0.44, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 108 | 74 | - |
| CMYK | 0 | 0.44 | 0.62 | 0.24 |
| HSL | 17.14º | 0.49% | 0.52% | - |
| HSV(B) | 17.14º | 0.62% | 0.76% | - |
| XYZ | 28.59 | 22.56 | 9.33 | - |
| YUV | 129.54 | 96.66 | 173.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 108 | 74 | 0 | 0.44 | 0.62 | 0.24 | 17.14 | 0.49 | 0.52 |
| Hex | C1 | 6C | 4A | 0 | 2C | 3E | 18 | 11 | 31 | 34 |
| Octal | 301 | 154 | 112 | 0 | 54 | 76 | 30 | 21 | 61 | 64 |
| Binary | 11000001 | 1101100 | 1001010 | 0 | 101100 | 111110 | 11000 | 10001 | 110001 | 110100 |
Color Harmonies of #C16C4A
Complementary color
Monochromatic Colors of #C16C4A
Black with #C16C4A
Text Example
Text Example
White with #C16C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16C4A; }
p { color: rgb(193,108,74); }
H1.HeaderClassName
{
color: #C16C4A;
}
.AnyTagClassName
{
color: #C16C4A;
}
</style>
background-color css
<style>
a { background-color: #C16C4A; }
a { background-color: rgb(193,108,74); }
div.DivClassName
{
background-color: #C16C4A;
}
.BgClassName
{
background-color: #C16C4A;
}
</style>
border-color css
<style>
span { border-color: #C16C4A; }
span { border-color: rgb(193,108,74); }
td.TdClassName
{
border-color: #C16C4A;
}
.TagClassName
{
border-color: #C16C4A;
}
</style>