Shades of Red Damask #C77752
Tints of Red Damask #C77752
RGB
CMYK
RGB Variations
Color information
#C77752 (or 0xC77752) is known color: Red Damask. HEX triplet: C7, 77 and 52. RGB value is (199,119,82). Sum of RGB (Red+Green+Blue) = 199+119+82=400 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.75% from 400); Green value is 119 (46.88% from 255 or 29.75% from 400); Blue value is 82 (32.42% from 255 or 20.5% from 400); Max value from RGB is 199 - color contains mainly: red. Hex color #C77752 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77752 is #3888AD. Grayscale: #8A8A8A. Windows color (decimal): -3705006 or 5404615. OLE color: 5404615.
HSL color Cylindrical-coordinate representation of color #C77752: hue angle of 18.97º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C77752 is Cyan = 0, Magento = 0.40, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 119 | 82 | - |
| CMYK | 0 | 0.40 | 0.59 | 0.22 |
| HSL | 18.97º | 0.51% | 0.55% | - |
| HSV(B) | 18.97º | 0.59% | 0.78% | - |
| XYZ | 31.67 | 25.94 | 11.32 | - |
| YUV | 138.7 | 96 | 171.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 119 | 82 | 0 | 0.40 | 0.59 | 0.22 | 18.97 | 0.51 | 0.55 |
| Hex | C7 | 77 | 52 | 0 | 28 | 3B | 16 | 13 | 33 | 37 |
| Octal | 307 | 167 | 122 | 0 | 50 | 73 | 26 | 23 | 63 | 67 |
| Binary | 11000111 | 1110111 | 1010010 | 0 | 101000 | 111011 | 10110 | 10011 | 110011 | 110111 |
Color Harmonies of #C77752
Complementary color
Monochromatic Colors of #C77752
Black with #C77752
Text Example
Text Example
White with #C77752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77752; }
p { color: rgb(199,119,82); }
H1.HeaderClassName
{
color: #C77752;
}
.AnyTagClassName
{
color: #C77752;
}
</style>
background-color css
<style>
a { background-color: #C77752; }
a { background-color: rgb(199,119,82); }
div.DivClassName
{
background-color: #C77752;
}
.BgClassName
{
background-color: #C77752;
}
</style>
border-color css
<style>
span { border-color: #C77752; }
span { border-color: rgb(199,119,82); }
td.TdClassName
{
border-color: #C77752;
}
.TagClassName
{
border-color: #C77752;
}
</style>