Shades of Red Damask #C37547
Tints of Red Damask #C37547
RGB
CMYK
RGB Variations
Color information
#C37547 (or 0xC37547) is known color: Red Damask. HEX triplet: C3, 75 and 47. RGB value is (195,117,71). Sum of RGB (Red+Green+Blue) = 195+117+71=383 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.91% from 383); Green value is 117 (46.09% from 255 or 30.55% from 383); Blue value is 71 (28.12% from 255 or 18.54% from 383); Max value from RGB is 195 - color contains mainly: red. Hex color #C37547 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37547 is #3C8AB8. Grayscale: #878787. Windows color (decimal): -3967673 or 4683203. OLE color: 4683203.
HSL color Cylindrical-coordinate representation of color #C37547: hue angle of 22.26º 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 #C37547 is Cyan = 0, Magento = 0.4, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 117 | 71 | - |
| CMYK | 0 | 0.4 | 0.64 | 0.24 |
| HSL | 22.26º | 0.51% | 0.52% | - |
| HSV(B) | 22.26º | 0.64% | 0.76% | - |
| XYZ | 30 | 24.78 | 9.16 | - |
| YUV | 135.08 | 91.84 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 117 | 71 | 0 | 0.4 | 0.64 | 0.24 | 22.26 | 0.51 | 0.52 |
| Hex | C3 | 75 | 47 | 0 | 28 | 40 | 18 | 16 | 33 | 34 |
| Octal | 303 | 165 | 107 | 0 | 50 | 100 | 30 | 26 | 63 | 64 |
| Binary | 11000011 | 1110101 | 1000111 | 0 | 101000 | 1000000 | 11000 | 10110 | 110011 | 110100 |
Color Harmonies of #C37547
Complementary color
Monochromatic Colors of #C37547
Black with #C37547
Text Example
Text Example
White with #C37547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37547; }
p { color: rgb(195,117,71); }
H1.HeaderClassName
{
color: #C37547;
}
.AnyTagClassName
{
color: #C37547;
}
</style>
background-color css
<style>
a { background-color: #C37547; }
a { background-color: rgb(195,117,71); }
div.DivClassName
{
background-color: #C37547;
}
.BgClassName
{
background-color: #C37547;
}
</style>
border-color css
<style>
span { border-color: #C37547; }
span { border-color: rgb(195,117,71); }
td.TdClassName
{
border-color: #C37547;
}
.TagClassName
{
border-color: #C37547;
}
</style>