Shades of Red Damask #C4714F
Tints of Red Damask #C4714F
RGB
CMYK
RGB Variations
Color information
#C4714F (or 0xC4714F) is known color: Red Damask. HEX triplet: C4, 71 and 4F. RGB value is (196,113,79). Sum of RGB (Red+Green+Blue) = 196+113+79=388 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.52% from 388); Green value is 113 (44.53% from 255 or 29.12% from 388); Blue value is 79 (31.25% from 255 or 20.36% from 388); Max value from RGB is 196 - color contains mainly: red. Hex color #C4714F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4714F is #3B8EB0. Grayscale: #868686. Windows color (decimal): -3903153 or 5206468. OLE color: 5206468.
HSL color Cylindrical-coordinate representation of color #C4714F: hue angle of 17.44º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C4714F is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 113 | 79 | - |
| CMYK | 0 | 0.42 | 0.60 | 0.23 |
| HSL | 17.44º | 0.5% | 0.54% | - |
| HSV(B) | 17.44º | 0.6% | 0.77% | - |
| XYZ | 30.08 | 24.11 | 10.47 | - |
| YUV | 133.94 | 97 | 172.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 113 | 79 | 0 | 0.42 | 0.60 | 0.23 | 17.44 | 0.5 | 0.54 |
| Hex | C4 | 71 | 4F | 0 | 2A | 3C | 17 | 11 | 32 | 36 |
| Octal | 304 | 161 | 117 | 0 | 52 | 74 | 27 | 21 | 62 | 66 |
| Binary | 11000100 | 1110001 | 1001111 | 0 | 101010 | 111100 | 10111 | 10001 | 110010 | 110110 |
Color Harmonies of #C4714F
Complementary color
Monochromatic Colors of #C4714F
Black with #C4714F
Text Example
Text Example
White with #C4714F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4714F; }
p { color: rgb(196,113,79); }
H1.HeaderClassName
{
color: #C4714F;
}
.AnyTagClassName
{
color: #C4714F;
}
</style>
background-color css
<style>
a { background-color: #C4714F; }
a { background-color: rgb(196,113,79); }
div.DivClassName
{
background-color: #C4714F;
}
.BgClassName
{
background-color: #C4714F;
}
</style>
border-color css
<style>
span { border-color: #C4714F; }
span { border-color: rgb(196,113,79); }
td.TdClassName
{
border-color: #C4714F;
}
.TagClassName
{
border-color: #C4714F;
}
</style>