Shades of Red Damask #C4754C
Tints of Red Damask #C4754C
RGB
CMYK
RGB Variations
Color information
#C4754C (or 0xC4754C) is known color: Red Damask. HEX triplet: C4, 75 and 4C. RGB value is (196,117,76). Sum of RGB (Red+Green+Blue) = 196+117+76=389 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.39% from 389); Green value is 117 (46.09% from 255 or 30.08% from 389); Blue value is 76 (30.08% from 255 or 19.54% from 389); Max value from RGB is 196 - color contains mainly: red. Hex color #C4754C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4754C is #3B8AB3. Grayscale: #888888. Windows color (decimal): -3902132 or 5010884. OLE color: 5010884.
HSL color Cylindrical-coordinate representation of color #C4754C: hue angle of 20.5º 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 #C4754C is Cyan = 0, Magento = 0.40, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 117 | 76 | - |
| CMYK | 0 | 0.40 | 0.61 | 0.23 |
| HSL | 20.5º | 0.5% | 0.53% | - |
| HSV(B) | 20.5º | 0.61% | 0.77% | - |
| XYZ | 30.43 | 24.98 | 10.06 | - |
| YUV | 135.95 | 94.17 | 170.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 117 | 76 | 0 | 0.40 | 0.61 | 0.23 | 20.5 | 0.5 | 0.53 |
| Hex | C4 | 75 | 4C | 0 | 28 | 3D | 17 | 14 | 32 | 35 |
| Octal | 304 | 165 | 114 | 0 | 50 | 75 | 27 | 24 | 62 | 65 |
| Binary | 11000100 | 1110101 | 1001100 | 0 | 101000 | 111101 | 10111 | 10100 | 110010 | 110101 |
Color Harmonies of #C4754C
Complementary color
Monochromatic Colors of #C4754C
Black with #C4754C
Text Example
Text Example
White with #C4754C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4754C; }
p { color: rgb(196,117,76); }
H1.HeaderClassName
{
color: #C4754C;
}
.AnyTagClassName
{
color: #C4754C;
}
</style>
background-color css
<style>
a { background-color: #C4754C; }
a { background-color: rgb(196,117,76); }
div.DivClassName
{
background-color: #C4754C;
}
.BgClassName
{
background-color: #C4754C;
}
</style>
border-color css
<style>
span { border-color: #C4754C; }
span { border-color: rgb(196,117,76); }
td.TdClassName
{
border-color: #C4754C;
}
.TagClassName
{
border-color: #C4754C;
}
</style>