Shades of Red Damask #C17148
Tints of Red Damask #C17148
RGB
CMYK
RGB Variations
Color information
#C17148 (or 0xC17148) is known color: Red Damask. HEX triplet: C1, 71 and 48. RGB value is (193,113,72). Sum of RGB (Red+Green+Blue) = 193+113+72=378 (50% of max value = 765). Red value is 193 (75.78% from 255 or 51.06% from 378); Green value is 113 (44.53% from 255 or 29.89% from 378); Blue value is 72 (28.52% from 255 or 19.05% from 378); Max value from RGB is 193 - color contains mainly: red. Hex color #C17148 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17148 is #3E8EB7. Grayscale: #848484. Windows color (decimal): -4099768 or 4747713. OLE color: 4747713.
HSL color Cylindrical-coordinate representation of color #C17148: hue angle of 20.33º 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 #C17148 is Cyan = 0, Magento = 0.41, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 113 | 72 | - |
| CMYK | 0 | 0.41 | 0.63 | 0.24 |
| HSL | 20.33º | 0.49% | 0.52% | - |
| HSV(B) | 20.33º | 0.63% | 0.76% | - |
| XYZ | 29.07 | 23.62 | 9.16 | - |
| YUV | 132.25 | 94 | 171.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 113 | 72 | 0 | 0.41 | 0.63 | 0.24 | 20.33 | 0.49 | 0.52 |
| Hex | C1 | 71 | 48 | 0 | 29 | 3F | 18 | 14 | 31 | 34 |
| Octal | 301 | 161 | 110 | 0 | 51 | 77 | 30 | 24 | 61 | 64 |
| Binary | 11000001 | 1110001 | 1001000 | 0 | 101001 | 111111 | 11000 | 10100 | 110001 | 110100 |
Color Harmonies of #C17148
Complementary color
Monochromatic Colors of #C17148
Black with #C17148
Text Example
Text Example
White with #C17148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17148; }
p { color: rgb(193,113,72); }
H1.HeaderClassName
{
color: #C17148;
}
.AnyTagClassName
{
color: #C17148;
}
</style>
background-color css
<style>
a { background-color: #C17148; }
a { background-color: rgb(193,113,72); }
div.DivClassName
{
background-color: #C17148;
}
.BgClassName
{
background-color: #C17148;
}
</style>
border-color css
<style>
span { border-color: #C17148; }
span { border-color: rgb(193,113,72); }
td.TdClassName
{
border-color: #C17148;
}
.TagClassName
{
border-color: #C17148;
}
</style>