Shades of Red Damask #C4774C
Tints of Red Damask #C4774C
RGB
CMYK
RGB Variations
Color information
#C4774C (or 0xC4774C) is known color: Red Damask. HEX triplet: C4, 77 and 4C. RGB value is (196,119,76). Sum of RGB (Red+Green+Blue) = 196+119+76=391 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.13% from 391); Green value is 119 (46.88% from 255 or 30.43% from 391); Blue value is 76 (30.08% from 255 or 19.44% from 391); Max value from RGB is 196 - color contains mainly: red. Hex color #C4774C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4774C is #3B88B3. Grayscale: #898989. Windows color (decimal): -3901620 or 5011396. OLE color: 5011396.
HSL color Cylindrical-coordinate representation of color #C4774C: hue angle of 21.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 #C4774C is Cyan = 0, Magento = 0.39, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 119 | 76 | - |
| CMYK | 0 | 0.39 | 0.61 | 0.23 |
| HSL | 21.5º | 0.5% | 0.53% | - |
| HSV(B) | 21.5º | 0.61% | 0.77% | - |
| XYZ | 30.67 | 25.45 | 10.13 | - |
| YUV | 137.12 | 93.51 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 119 | 76 | 0 | 0.39 | 0.61 | 0.23 | 21.5 | 0.5 | 0.53 |
| Hex | C4 | 77 | 4C | 0 | 27 | 3D | 17 | 16 | 32 | 35 |
| Octal | 304 | 167 | 114 | 0 | 47 | 75 | 27 | 26 | 62 | 65 |
| Binary | 11000100 | 1110111 | 1001100 | 0 | 100111 | 111101 | 10111 | 10110 | 110010 | 110101 |
Color Harmonies of #C4774C
Complementary color
Monochromatic Colors of #C4774C
Black with #C4774C
Text Example
Text Example
White with #C4774C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4774C; }
p { color: rgb(196,119,76); }
H1.HeaderClassName
{
color: #C4774C;
}
.AnyTagClassName
{
color: #C4774C;
}
</style>
background-color css
<style>
a { background-color: #C4774C; }
a { background-color: rgb(196,119,76); }
div.DivClassName
{
background-color: #C4774C;
}
.BgClassName
{
background-color: #C4774C;
}
</style>
border-color css
<style>
span { border-color: #C4774C; }
span { border-color: rgb(196,119,76); }
td.TdClassName
{
border-color: #C4774C;
}
.TagClassName
{
border-color: #C4774C;
}
</style>