Shades of Red Damask #C16C48
Tints of Red Damask #C16C48
RGB
CMYK
RGB Variations
Color information
#C16C48 (or 0xC16C48) is known color: Red Damask. HEX triplet: C1, 6C and 48. RGB value is (193,108,72). Sum of RGB (Red+Green+Blue) = 193+108+72=373 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.74% from 373); Green value is 108 (42.58% from 255 or 28.95% from 373); Blue value is 72 (28.52% from 255 or 19.30% from 373); Max value from RGB is 193 - color contains mainly: red. Hex color #C16C48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16C48 is #3E93B7. Grayscale: #818181. Windows color (decimal): -4101048 or 4746433. OLE color: 4746433.
HSL color Cylindrical-coordinate representation of color #C16C48: hue angle of 17.85º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C16C48 is Cyan = 0, Magento = 0.44, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 108 | 72 | - |
| CMYK | 0 | 0.44 | 0.63 | 0.24 |
| HSL | 17.85º | 0.49% | 0.52% | - |
| HSV(B) | 17.85º | 0.63% | 0.76% | - |
| XYZ | 28.52 | 22.53 | 8.98 | - |
| YUV | 129.31 | 95.66 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 108 | 72 | 0 | 0.44 | 0.63 | 0.24 | 17.85 | 0.49 | 0.52 |
| Hex | C1 | 6C | 48 | 0 | 2C | 3F | 18 | 12 | 31 | 34 |
| Octal | 301 | 154 | 110 | 0 | 54 | 77 | 30 | 22 | 61 | 64 |
| Binary | 11000001 | 1101100 | 1001000 | 0 | 101100 | 111111 | 11000 | 10010 | 110001 | 110100 |
Color Harmonies of #C16C48
Complementary color
Monochromatic Colors of #C16C48
Black with #C16C48
Text Example
Text Example
White with #C16C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16C48; }
p { color: rgb(193,108,72); }
H1.HeaderClassName
{
color: #C16C48;
}
.AnyTagClassName
{
color: #C16C48;
}
</style>
background-color css
<style>
a { background-color: #C16C48; }
a { background-color: rgb(193,108,72); }
div.DivClassName
{
background-color: #C16C48;
}
.BgClassName
{
background-color: #C16C48;
}
</style>
border-color css
<style>
span { border-color: #C16C48; }
span { border-color: rgb(193,108,72); }
td.TdClassName
{
border-color: #C16C48;
}
.TagClassName
{
border-color: #C16C48;
}
</style>