Shades of Red Damask #C4754F
Tints of Red Damask #C4754F
RGB
CMYK
RGB Variations
Color information
#C4754F (or 0xC4754F) is known color: Red Damask. HEX triplet: C4, 75 and 4F. RGB value is (196,117,79). Sum of RGB (Red+Green+Blue) = 196+117+79=392 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50% from 392); Green value is 117 (46.09% from 255 or 29.85% from 392); Blue value is 79 (31.25% from 255 or 20.15% from 392); Max value from RGB is 196 - color contains mainly: red. Hex color #C4754F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4754F is #3B8AB0. Grayscale: #888888. Windows color (decimal): -3902129 or 5207492. OLE color: 5207492.
HSL color Cylindrical-coordinate representation of color #C4754F: hue angle of 19.49º 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 #C4754F is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 117 | 79 | - |
| CMYK | 0 | 0.40 | 0.60 | 0.23 |
| HSL | 19.49º | 0.5% | 0.54% | - |
| HSV(B) | 19.49º | 0.6% | 0.77% | - |
| XYZ | 30.54 | 25.02 | 10.62 | - |
| YUV | 136.29 | 95.67 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 117 | 79 | 0 | 0.40 | 0.60 | 0.23 | 19.49 | 0.5 | 0.54 |
| Hex | C4 | 75 | 4F | 0 | 28 | 3C | 17 | 13 | 32 | 36 |
| Octal | 304 | 165 | 117 | 0 | 50 | 74 | 27 | 23 | 62 | 66 |
| Binary | 11000100 | 1110101 | 1001111 | 0 | 101000 | 111100 | 10111 | 10011 | 110010 | 110110 |
Color Harmonies of #C4754F
Complementary color
Monochromatic Colors of #C4754F
Black with #C4754F
Text Example
Text Example
White with #C4754F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4754F; }
p { color: rgb(196,117,79); }
H1.HeaderClassName
{
color: #C4754F;
}
.AnyTagClassName
{
color: #C4754F;
}
</style>
background-color css
<style>
a { background-color: #C4754F; }
a { background-color: rgb(196,117,79); }
div.DivClassName
{
background-color: #C4754F;
}
.BgClassName
{
background-color: #C4754F;
}
</style>
border-color css
<style>
span { border-color: #C4754F; }
span { border-color: rgb(196,117,79); }
td.TdClassName
{
border-color: #C4754F;
}
.TagClassName
{
border-color: #C4754F;
}
</style>