Shades of Red Damask #C37449
Tints of Red Damask #C37449
RGB
CMYK
RGB Variations
Color information
#C37449 (or 0xC37449) is known color: Red Damask. HEX triplet: C3, 74 and 49. RGB value is (195,116,73). Sum of RGB (Red+Green+Blue) = 195+116+73=384 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.78% from 384); Green value is 116 (45.70% from 255 or 30.21% from 384); Blue value is 73 (28.91% from 255 or 19.01% from 384); Max value from RGB is 195 - color contains mainly: red. Hex color #C37449 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37449 is #3C8BB6. Grayscale: #868686. Windows color (decimal): -3967927 or 4814019. OLE color: 4814019.
HSL color Cylindrical-coordinate representation of color #C37449: hue angle of 21.15º 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 #C37449 is Cyan = 0, Magento = 0.41, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 116 | 73 | - |
| CMYK | 0 | 0.41 | 0.63 | 0.24 |
| HSL | 21.15º | 0.5% | 0.53% | - |
| HSV(B) | 21.15º | 0.63% | 0.76% | - |
| XYZ | 29.95 | 24.57 | 9.47 | - |
| YUV | 134.72 | 93.17 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 116 | 73 | 0 | 0.41 | 0.63 | 0.24 | 21.15 | 0.5 | 0.53 |
| Hex | C3 | 74 | 49 | 0 | 29 | 3F | 18 | 15 | 32 | 35 |
| Octal | 303 | 164 | 111 | 0 | 51 | 77 | 30 | 25 | 62 | 65 |
| Binary | 11000011 | 1110100 | 1001001 | 0 | 101001 | 111111 | 11000 | 10101 | 110010 | 110101 |
Color Harmonies of #C37449
Complementary color
Monochromatic Colors of #C37449
Black with #C37449
Text Example
Text Example
White with #C37449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37449; }
p { color: rgb(195,116,73); }
H1.HeaderClassName
{
color: #C37449;
}
.AnyTagClassName
{
color: #C37449;
}
</style>
background-color css
<style>
a { background-color: #C37449; }
a { background-color: rgb(195,116,73); }
div.DivClassName
{
background-color: #C37449;
}
.BgClassName
{
background-color: #C37449;
}
</style>
border-color css
<style>
span { border-color: #C37449; }
span { border-color: rgb(195,116,73); }
td.TdClassName
{
border-color: #C37449;
}
.TagClassName
{
border-color: #C37449;
}
</style>