Shades of Red Damask #C4754D
Tints of Red Damask #C4754D
RGB
CMYK
RGB Variations
Color information
#C4754D (or 0xC4754D) is known color: Red Damask. HEX triplet: C4, 75 and 4D. RGB value is (196,117,77). Sum of RGB (Red+Green+Blue) = 196+117+77=390 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.26% from 390); Green value is 117 (46.09% from 255 or 30% from 390); Blue value is 77 (30.47% from 255 or 19.74% from 390); Max value from RGB is 196 - color contains mainly: red. Hex color #C4754D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4754D is #3B8AB2. Grayscale: #888888. Windows color (decimal): -3902131 or 5076420. OLE color: 5076420.
HSL color Cylindrical-coordinate representation of color #C4754D: hue angle of 20.17º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C4754D is Cyan = 0, Magento = 0.40, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 117 | 77 | - |
| CMYK | 0 | 0.40 | 0.61 | 0.23 |
| HSL | 20.17º | 0.5% | 0.54% | - |
| HSV(B) | 20.17º | 0.61% | 0.77% | - |
| XYZ | 30.47 | 24.99 | 10.24 | - |
| YUV | 136.06 | 94.67 | 170.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 117 | 77 | 0 | 0.40 | 0.61 | 0.23 | 20.17 | 0.5 | 0.54 |
| Hex | C4 | 75 | 4D | 0 | 28 | 3D | 17 | 14 | 32 | 36 |
| Octal | 304 | 165 | 115 | 0 | 50 | 75 | 27 | 24 | 62 | 66 |
| Binary | 11000100 | 1110101 | 1001101 | 0 | 101000 | 111101 | 10111 | 10100 | 110010 | 110110 |
Color Harmonies of #C4754D
Complementary color
Monochromatic Colors of #C4754D
Black with #C4754D
Text Example
Text Example
White with #C4754D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4754D; }
p { color: rgb(196,117,77); }
H1.HeaderClassName
{
color: #C4754D;
}
.AnyTagClassName
{
color: #C4754D;
}
</style>
background-color css
<style>
a { background-color: #C4754D; }
a { background-color: rgb(196,117,77); }
div.DivClassName
{
background-color: #C4754D;
}
.BgClassName
{
background-color: #C4754D;
}
</style>
border-color css
<style>
span { border-color: #C4754D; }
span { border-color: rgb(196,117,77); }
td.TdClassName
{
border-color: #C4754D;
}
.TagClassName
{
border-color: #C4754D;
}
</style>