Shades of Red Damask #C3734C
Tints of Red Damask #C3734C
RGB
CMYK
RGB Variations
Color information
#C3734C (or 0xC3734C) is known color: Red Damask. HEX triplet: C3, 73 and 4C. RGB value is (195,115,76). Sum of RGB (Red+Green+Blue) = 195+115+76=386 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.52% from 386); Green value is 115 (45.31% from 255 or 29.79% from 386); Blue value is 76 (30.08% from 255 or 19.69% from 386); Max value from RGB is 195 - color contains mainly: red. Hex color #C3734C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3734C is #3C8CB3. Grayscale: #868686. Windows color (decimal): -3968180 or 5010371. OLE color: 5010371.
HSL color Cylindrical-coordinate representation of color #C3734C: hue angle of 19.66º 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 #C3734C is Cyan = 0, Magento = 0.41, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 115 | 76 | - |
| CMYK | 0 | 0.41 | 0.61 | 0.24 |
| HSL | 19.66º | 0.5% | 0.53% | - |
| HSV(B) | 19.66º | 0.61% | 0.76% | - |
| XYZ | 29.94 | 24.39 | 9.97 | - |
| YUV | 134.47 | 95 | 171.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 115 | 76 | 0 | 0.41 | 0.61 | 0.24 | 19.66 | 0.5 | 0.53 |
| Hex | C3 | 73 | 4C | 0 | 29 | 3D | 18 | 14 | 32 | 35 |
| Octal | 303 | 163 | 114 | 0 | 51 | 75 | 30 | 24 | 62 | 65 |
| Binary | 11000011 | 1110011 | 1001100 | 0 | 101001 | 111101 | 11000 | 10100 | 110010 | 110101 |
Color Harmonies of #C3734C
Complementary color
Monochromatic Colors of #C3734C
Black with #C3734C
Text Example
Text Example
White with #C3734C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3734C; }
p { color: rgb(195,115,76); }
H1.HeaderClassName
{
color: #C3734C;
}
.AnyTagClassName
{
color: #C3734C;
}
</style>
background-color css
<style>
a { background-color: #C3734C; }
a { background-color: rgb(195,115,76); }
div.DivClassName
{
background-color: #C3734C;
}
.BgClassName
{
background-color: #C3734C;
}
</style>
border-color css
<style>
span { border-color: #C3734C; }
span { border-color: rgb(195,115,76); }
td.TdClassName
{
border-color: #C3734C;
}
.TagClassName
{
border-color: #C3734C;
}
</style>