Shades of Red Damask #C16C4F
Tints of Red Damask #C16C4F
RGB
CMYK
RGB Variations
Color information
#C16C4F (or 0xC16C4F) is known color: Red Damask. HEX triplet: C1, 6C and 4F. RGB value is (193,108,79). Sum of RGB (Red+Green+Blue) = 193+108+79=380 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.79% from 380); Green value is 108 (42.58% from 255 or 28.42% from 380); Blue value is 79 (31.25% from 255 or 20.79% from 380); Max value from RGB is 193 - color contains mainly: red. Hex color #C16C4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16C4F is #3E93B0. Grayscale: #828282. Windows color (decimal): -4101041 or 5205185. OLE color: 5205185.
HSL color Cylindrical-coordinate representation of color #C16C4F: hue angle of 15.26º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C16C4F is Cyan = 0, Magento = 0.44, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 108 | 79 | - |
| CMYK | 0 | 0.44 | 0.59 | 0.24 |
| HSL | 15.26º | 0.48% | 0.53% | - |
| HSV(B) | 15.26º | 0.59% | 0.76% | - |
| XYZ | 28.77 | 22.63 | 10.25 | - |
| YUV | 130.11 | 99.16 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 108 | 79 | 0 | 0.44 | 0.59 | 0.24 | 15.26 | 0.48 | 0.53 |
| Hex | C1 | 6C | 4F | 0 | 2C | 3B | 18 | F | 30 | 35 |
| Octal | 301 | 154 | 117 | 0 | 54 | 73 | 30 | 17 | 60 | 65 |
| Binary | 11000001 | 1101100 | 1001111 | 0 | 101100 | 111011 | 11000 | 1111 | 110000 | 110101 |
Color Harmonies of #C16C4F
Complementary color
Monochromatic Colors of #C16C4F
Black with #C16C4F
Text Example
Text Example
White with #C16C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16C4F; }
p { color: rgb(193,108,79); }
H1.HeaderClassName
{
color: #C16C4F;
}
.AnyTagClassName
{
color: #C16C4F;
}
</style>
background-color css
<style>
a { background-color: #C16C4F; }
a { background-color: rgb(193,108,79); }
div.DivClassName
{
background-color: #C16C4F;
}
.BgClassName
{
background-color: #C16C4F;
}
</style>
border-color css
<style>
span { border-color: #C16C4F; }
span { border-color: rgb(193,108,79); }
td.TdClassName
{
border-color: #C16C4F;
}
.TagClassName
{
border-color: #C16C4F;
}
</style>