Shades of Red Damask #C4724C
Tints of Red Damask #C4724C
RGB
CMYK
RGB Variations
Color information
#C4724C (or 0xC4724C) is known color: Red Damask. HEX triplet: C4, 72 and 4C. RGB value is (196,114,76). Sum of RGB (Red+Green+Blue) = 196+114+76=386 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.78% from 386); Green value is 114 (44.92% from 255 or 29.53% from 386); Blue value is 76 (30.08% from 255 or 19.69% from 386); Max value from RGB is 196 - color contains mainly: red. Hex color #C4724C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4724C is #3B8DB3. Grayscale: #868686. Windows color (decimal): -3902900 or 5010116. OLE color: 5010116.
HSL color Cylindrical-coordinate representation of color #C4724C: hue angle of 19º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C4724C is Cyan = 0, Magento = 0.42, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 114 | 76 | - |
| CMYK | 0 | 0.42 | 0.61 | 0.23 |
| HSL | 19º | 0.5% | 0.53% | - |
| HSV(B) | 19º | 0.61% | 0.77% | - |
| XYZ | 30.09 | 24.29 | 9.94 | - |
| YUV | 134.19 | 95.17 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 114 | 76 | 0 | 0.42 | 0.61 | 0.23 | 19 | 0.5 | 0.53 |
| Hex | C4 | 72 | 4C | 0 | 2A | 3D | 17 | 13 | 32 | 35 |
| Octal | 304 | 162 | 114 | 0 | 52 | 75 | 27 | 23 | 62 | 65 |
| Binary | 11000100 | 1110010 | 1001100 | 0 | 101010 | 111101 | 10111 | 10011 | 110010 | 110101 |
Color Harmonies of #C4724C
Complementary color
Monochromatic Colors of #C4724C
Black with #C4724C
Text Example
Text Example
White with #C4724C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4724C; }
p { color: rgb(196,114,76); }
H1.HeaderClassName
{
color: #C4724C;
}
.AnyTagClassName
{
color: #C4724C;
}
</style>
background-color css
<style>
a { background-color: #C4724C; }
a { background-color: rgb(196,114,76); }
div.DivClassName
{
background-color: #C4724C;
}
.BgClassName
{
background-color: #C4724C;
}
</style>
border-color css
<style>
span { border-color: #C4724C; }
span { border-color: rgb(196,114,76); }
td.TdClassName
{
border-color: #C4724C;
}
.TagClassName
{
border-color: #C4724C;
}
</style>