Shades of Red Damask #C17048
Tints of Red Damask #C17048
RGB
CMYK
RGB Variations
Color information
#C17048 (or 0xC17048) is known color: Red Damask. HEX triplet: C1, 70 and 48. RGB value is (193,112,72). Sum of RGB (Red+Green+Blue) = 193+112+72=377 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.19% from 377); Green value is 112 (44.14% from 255 or 29.71% from 377); Blue value is 72 (28.52% from 255 or 19.10% from 377); Max value from RGB is 193 - color contains mainly: red. Hex color #C17048 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17048 is #3E8FB7. Grayscale: #838383. Windows color (decimal): -4100024 or 4747457. OLE color: 4747457.
HSL color Cylindrical-coordinate representation of color #C17048: hue angle of 19.83º 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 #C17048 is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 112 | 72 | - |
| CMYK | 0 | 0.42 | 0.63 | 0.24 |
| HSL | 19.83º | 0.49% | 0.52% | - |
| HSV(B) | 19.83º | 0.63% | 0.76% | - |
| XYZ | 28.96 | 23.39 | 9.12 | - |
| YUV | 131.66 | 94.34 | 171.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 112 | 72 | 0 | 0.42 | 0.63 | 0.24 | 19.83 | 0.49 | 0.52 |
| Hex | C1 | 70 | 48 | 0 | 2A | 3F | 18 | 14 | 31 | 34 |
| Octal | 301 | 160 | 110 | 0 | 52 | 77 | 30 | 24 | 61 | 64 |
| Binary | 11000001 | 1110000 | 1001000 | 0 | 101010 | 111111 | 11000 | 10100 | 110001 | 110100 |
Color Harmonies of #C17048
Complementary color
Monochromatic Colors of #C17048
Black with #C17048
Text Example
Text Example
White with #C17048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17048; }
p { color: rgb(193,112,72); }
H1.HeaderClassName
{
color: #C17048;
}
.AnyTagClassName
{
color: #C17048;
}
</style>
background-color css
<style>
a { background-color: #C17048; }
a { background-color: rgb(193,112,72); }
div.DivClassName
{
background-color: #C17048;
}
.BgClassName
{
background-color: #C17048;
}
</style>
border-color css
<style>
span { border-color: #C17048; }
span { border-color: rgb(193,112,72); }
td.TdClassName
{
border-color: #C17048;
}
.TagClassName
{
border-color: #C17048;
}
</style>