Shades of Red Damask #C3704A
Tints of Red Damask #C3704A
RGB
CMYK
RGB Variations
Color information
#C3704A (or 0xC3704A) is known color: Red Damask. HEX triplet: C3, 70 and 4A. RGB value is (195,112,74). Sum of RGB (Red+Green+Blue) = 195+112+74=381 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.18% from 381); Green value is 112 (44.14% from 255 or 29.40% from 381); Blue value is 74 (29.30% from 255 or 19.42% from 381); Max value from RGB is 195 - color contains mainly: red. Hex color #C3704A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3704A is #3C8FB5. Grayscale: #848484. Windows color (decimal): -3968950 or 4878531. OLE color: 4878531.
HSL color Cylindrical-coordinate representation of color #C3704A: hue angle of 18.84º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C3704A is Cyan = 0, Magento = 0.43, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 112 | 74 | - |
| CMYK | 0 | 0.43 | 0.62 | 0.24 |
| HSL | 18.84º | 0.5% | 0.53% | - |
| HSV(B) | 18.84º | 0.62% | 0.76% | - |
| XYZ | 29.54 | 23.68 | 9.49 | - |
| YUV | 132.49 | 95 | 172.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 112 | 74 | 0 | 0.43 | 0.62 | 0.24 | 18.84 | 0.5 | 0.53 |
| Hex | C3 | 70 | 4A | 0 | 2B | 3E | 18 | 13 | 32 | 35 |
| Octal | 303 | 160 | 112 | 0 | 53 | 76 | 30 | 23 | 62 | 65 |
| Binary | 11000011 | 1110000 | 1001010 | 0 | 101011 | 111110 | 11000 | 10011 | 110010 | 110101 |
Color Harmonies of #C3704A
Complementary color
Monochromatic Colors of #C3704A
Black with #C3704A
Text Example
Text Example
White with #C3704A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3704A; }
p { color: rgb(195,112,74); }
H1.HeaderClassName
{
color: #C3704A;
}
.AnyTagClassName
{
color: #C3704A;
}
</style>
background-color css
<style>
a { background-color: #C3704A; }
a { background-color: rgb(195,112,74); }
div.DivClassName
{
background-color: #C3704A;
}
.BgClassName
{
background-color: #C3704A;
}
</style>
border-color css
<style>
span { border-color: #C3704A; }
span { border-color: rgb(195,112,74); }
td.TdClassName
{
border-color: #C3704A;
}
.TagClassName
{
border-color: #C3704A;
}
</style>