Shades of Red Damask #C3704D
Tints of Red Damask #C3704D
RGB
CMYK
RGB Variations
Color information
#C3704D (or 0xC3704D) is known color: Red Damask. HEX triplet: C3, 70 and 4D. RGB value is (195,112,77). Sum of RGB (Red+Green+Blue) = 195+112+77=384 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.78% from 384); Green value is 112 (44.14% from 255 or 29.17% from 384); Blue value is 77 (30.47% from 255 or 20.05% from 384); Max value from RGB is 195 - color contains mainly: red. Hex color #C3704D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3704D is #3C8FB2. Grayscale: #858585. Windows color (decimal): -3968947 or 5075139. OLE color: 5075139.
HSL color Cylindrical-coordinate representation of color #C3704D: hue angle of 17.8º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C3704D is Cyan = 0, Magento = 0.43, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 112 | 77 | - |
| CMYK | 0 | 0.43 | 0.61 | 0.24 |
| HSL | 17.8º | 0.5% | 0.53% | - |
| HSV(B) | 17.8º | 0.61% | 0.76% | - |
| XYZ | 29.64 | 23.73 | 10.04 | - |
| YUV | 132.83 | 96.5 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 112 | 77 | 0 | 0.43 | 0.61 | 0.24 | 17.8 | 0.5 | 0.53 |
| Hex | C3 | 70 | 4D | 0 | 2B | 3D | 18 | 12 | 32 | 35 |
| Octal | 303 | 160 | 115 | 0 | 53 | 75 | 30 | 22 | 62 | 65 |
| Binary | 11000011 | 1110000 | 1001101 | 0 | 101011 | 111101 | 11000 | 10010 | 110010 | 110101 |
Color Harmonies of #C3704D
Complementary color
Monochromatic Colors of #C3704D
Black with #C3704D
Text Example
Text Example
White with #C3704D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3704D; }
p { color: rgb(195,112,77); }
H1.HeaderClassName
{
color: #C3704D;
}
.AnyTagClassName
{
color: #C3704D;
}
</style>
background-color css
<style>
a { background-color: #C3704D; }
a { background-color: rgb(195,112,77); }
div.DivClassName
{
background-color: #C3704D;
}
.BgClassName
{
background-color: #C3704D;
}
</style>
border-color css
<style>
span { border-color: #C3704D; }
span { border-color: rgb(195,112,77); }
td.TdClassName
{
border-color: #C3704D;
}
.TagClassName
{
border-color: #C3704D;
}
</style>