Shades of Red Damask #C37149
Tints of Red Damask #C37149
RGB
CMYK
RGB Variations
Color information
#C37149 (or 0xC37149) is known color: Red Damask. HEX triplet: C3, 71 and 49. RGB value is (195,113,73). Sum of RGB (Red+Green+Blue) = 195+113+73=381 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.18% from 381); Green value is 113 (44.53% from 255 or 29.66% from 381); Blue value is 73 (28.91% from 255 or 19.16% from 381); Max value from RGB is 195 - color contains mainly: red. Hex color #C37149 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37149 is #3C8EB6. Grayscale: #858585. Windows color (decimal): -3968695 or 4813251. OLE color: 4813251.
HSL color Cylindrical-coordinate representation of color #C37149: hue angle of 19.67º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C37149 is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 113 | 73 | - |
| CMYK | 0 | 0.42 | 0.63 | 0.24 |
| HSL | 19.67º | 0.5% | 0.53% | - |
| HSV(B) | 19.67º | 0.63% | 0.76% | - |
| XYZ | 29.61 | 23.89 | 9.35 | - |
| YUV | 132.96 | 94.17 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 113 | 73 | 0 | 0.42 | 0.63 | 0.24 | 19.67 | 0.5 | 0.53 |
| Hex | C3 | 71 | 49 | 0 | 2A | 3F | 18 | 14 | 32 | 35 |
| Octal | 303 | 161 | 111 | 0 | 52 | 77 | 30 | 24 | 62 | 65 |
| Binary | 11000011 | 1110001 | 1001001 | 0 | 101010 | 111111 | 11000 | 10100 | 110010 | 110101 |
Color Harmonies of #C37149
Complementary color
Monochromatic Colors of #C37149
Black with #C37149
Text Example
Text Example
White with #C37149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37149; }
p { color: rgb(195,113,73); }
H1.HeaderClassName
{
color: #C37149;
}
.AnyTagClassName
{
color: #C37149;
}
</style>
background-color css
<style>
a { background-color: #C37149; }
a { background-color: rgb(195,113,73); }
div.DivClassName
{
background-color: #C37149;
}
.BgClassName
{
background-color: #C37149;
}
</style>
border-color css
<style>
span { border-color: #C37149; }
span { border-color: rgb(195,113,73); }
td.TdClassName
{
border-color: #C37149;
}
.TagClassName
{
border-color: #C37149;
}
</style>