Shades of Red Damask #C3734D
Tints of Red Damask #C3734D
RGB
CMYK
RGB Variations
Color information
#C3734D (or 0xC3734D) is known color: Red Damask. HEX triplet: C3, 73 and 4D. RGB value is (195,115,77). Sum of RGB (Red+Green+Blue) = 195+115+77=387 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.39% from 387); Green value is 115 (45.31% from 255 or 29.72% from 387); Blue value is 77 (30.47% from 255 or 19.90% from 387); Max value from RGB is 195 - color contains mainly: red. Hex color #C3734D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3734D is #3C8CB2. Grayscale: #868686. Windows color (decimal): -3968179 or 5075907. OLE color: 5075907.
HSL color Cylindrical-coordinate representation of color #C3734D: hue angle of 19.32º 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 #C3734D is Cyan = 0, Magento = 0.41, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 115 | 77 | - |
| CMYK | 0 | 0.41 | 0.61 | 0.24 |
| HSL | 19.32º | 0.5% | 0.53% | - |
| HSV(B) | 19.32º | 0.61% | 0.76% | - |
| XYZ | 29.98 | 24.4 | 10.15 | - |
| YUV | 134.59 | 95.5 | 171.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 115 | 77 | 0 | 0.41 | 0.61 | 0.24 | 19.32 | 0.5 | 0.53 |
| Hex | C3 | 73 | 4D | 0 | 29 | 3D | 18 | 13 | 32 | 35 |
| Octal | 303 | 163 | 115 | 0 | 51 | 75 | 30 | 23 | 62 | 65 |
| Binary | 11000011 | 1110011 | 1001101 | 0 | 101001 | 111101 | 11000 | 10011 | 110010 | 110101 |
Color Harmonies of #C3734D
Complementary color
Monochromatic Colors of #C3734D
Black with #C3734D
Text Example
Text Example
White with #C3734D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3734D; }
p { color: rgb(195,115,77); }
H1.HeaderClassName
{
color: #C3734D;
}
.AnyTagClassName
{
color: #C3734D;
}
</style>
background-color css
<style>
a { background-color: #C3734D; }
a { background-color: rgb(195,115,77); }
div.DivClassName
{
background-color: #C3734D;
}
.BgClassName
{
background-color: #C3734D;
}
</style>
border-color css
<style>
span { border-color: #C3734D; }
span { border-color: rgb(195,115,77); }
td.TdClassName
{
border-color: #C3734D;
}
.TagClassName
{
border-color: #C3734D;
}
</style>