Shades of Red Damask #C37147
Tints of Red Damask #C37147
RGB
CMYK
RGB Variations
Color information
#C37147 (or 0xC37147) is known color: Red Damask. HEX triplet: C3, 71 and 47. RGB value is (195,113,71). Sum of RGB (Red+Green+Blue) = 195+113+71=379 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.45% from 379); Green value is 113 (44.53% from 255 or 29.82% from 379); Blue value is 71 (28.12% from 255 or 18.73% from 379); Max value from RGB is 195 - color contains mainly: red. Hex color #C37147 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37147 is #3C8EB8. Grayscale: #848484. Windows color (decimal): -3968697 or 4682179. OLE color: 4682179.
HSL color Cylindrical-coordinate representation of color #C37147: hue angle of 20.32º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C37147 is Cyan = 0, Magento = 0.42, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 113 | 71 | - |
| CMYK | 0 | 0.42 | 0.64 | 0.24 |
| HSL | 20.32º | 0.51% | 0.52% | - |
| HSV(B) | 20.32º | 0.64% | 0.76% | - |
| XYZ | 29.55 | 23.87 | 9.01 | - |
| YUV | 132.73 | 93.17 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 113 | 71 | 0 | 0.42 | 0.64 | 0.24 | 20.32 | 0.51 | 0.52 |
| Hex | C3 | 71 | 47 | 0 | 2A | 40 | 18 | 14 | 33 | 34 |
| Octal | 303 | 161 | 107 | 0 | 52 | 100 | 30 | 24 | 63 | 64 |
| Binary | 11000011 | 1110001 | 1000111 | 0 | 101010 | 1000000 | 11000 | 10100 | 110011 | 110100 |
Color Harmonies of #C37147
Complementary color
Monochromatic Colors of #C37147
Black with #C37147
Text Example
Text Example
White with #C37147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37147; }
p { color: rgb(195,113,71); }
H1.HeaderClassName
{
color: #C37147;
}
.AnyTagClassName
{
color: #C37147;
}
</style>
background-color css
<style>
a { background-color: #C37147; }
a { background-color: rgb(195,113,71); }
div.DivClassName
{
background-color: #C37147;
}
.BgClassName
{
background-color: #C37147;
}
</style>
border-color css
<style>
span { border-color: #C37147; }
span { border-color: rgb(195,113,71); }
td.TdClassName
{
border-color: #C37147;
}
.TagClassName
{
border-color: #C37147;
}
</style>