Shades of Red Damask #C77A4E
Tints of Red Damask #C77A4E
RGB
CMYK
RGB Variations
Color information
#C77A4E (or 0xC77A4E) is known color: Red Damask. HEX triplet: C7, 7A and 4E. RGB value is (199,122,78). Sum of RGB (Red+Green+Blue) = 199+122+78=399 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.87% from 399); Green value is 122 (48.05% from 255 or 30.58% from 399); Blue value is 78 (30.86% from 255 or 19.55% from 399); Max value from RGB is 199 - color contains mainly: red. Hex color #C77A4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77A4E is #3885B1. Grayscale: #8C8C8C. Windows color (decimal): -3704242 or 5143239. OLE color: 5143239.
HSL color Cylindrical-coordinate representation of color #C77A4E: hue angle of 21.82º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C77A4E is Cyan = 0, Magento = 0.39, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 122 | 78 | - |
| CMYK | 0 | 0.39 | 0.61 | 0.22 |
| HSL | 21.82º | 0.52% | 0.54% | - |
| HSV(B) | 21.82º | 0.61% | 0.78% | - |
| XYZ | 31.89 | 26.61 | 10.66 | - |
| YUV | 140.01 | 93.01 | 170.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 122 | 78 | 0 | 0.39 | 0.61 | 0.22 | 21.82 | 0.52 | 0.54 |
| Hex | C7 | 7A | 4E | 0 | 27 | 3D | 16 | 16 | 34 | 36 |
| Octal | 307 | 172 | 116 | 0 | 47 | 75 | 26 | 26 | 64 | 66 |
| Binary | 11000111 | 1111010 | 1001110 | 0 | 100111 | 111101 | 10110 | 10110 | 110100 | 110110 |
Color Harmonies of #C77A4E
Complementary color
Monochromatic Colors of #C77A4E
Black with #C77A4E
Text Example
Text Example
White with #C77A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77A4E; }
p { color: rgb(199,122,78); }
H1.HeaderClassName
{
color: #C77A4E;
}
.AnyTagClassName
{
color: #C77A4E;
}
</style>
background-color css
<style>
a { background-color: #C77A4E; }
a { background-color: rgb(199,122,78); }
div.DivClassName
{
background-color: #C77A4E;
}
.BgClassName
{
background-color: #C77A4E;
}
</style>
border-color css
<style>
span { border-color: #C77A4E; }
span { border-color: rgb(199,122,78); }
td.TdClassName
{
border-color: #C77A4E;
}
.TagClassName
{
border-color: #C77A4E;
}
</style>