Shades of Red Damask #C77452
Tints of Red Damask #C77452
RGB
CMYK
RGB Variations
Color information
#C77452 (or 0xC77452) is known color: Red Damask. HEX triplet: C7, 74 and 52. RGB value is (199,116,82). Sum of RGB (Red+Green+Blue) = 199+116+82=397 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.13% from 397); Green value is 116 (45.70% from 255 or 29.22% from 397); Blue value is 82 (32.42% from 255 or 20.65% from 397); Max value from RGB is 199 - color contains mainly: red. Hex color #C77452 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77452 is #388BAD. Grayscale: #898989. Windows color (decimal): -3705774 or 5403847. OLE color: 5403847.
HSL color Cylindrical-coordinate representation of color #C77452: hue angle of 17.44º 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 #C77452 is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 116 | 82 | - |
| CMYK | 0 | 0.42 | 0.59 | 0.22 |
| HSL | 17.44º | 0.51% | 0.55% | - |
| HSV(B) | 17.44º | 0.59% | 0.78% | - |
| XYZ | 31.32 | 25.24 | 11.2 | - |
| YUV | 136.94 | 97 | 172.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 116 | 82 | 0 | 0.42 | 0.59 | 0.22 | 17.44 | 0.51 | 0.55 |
| Hex | C7 | 74 | 52 | 0 | 2A | 3B | 16 | 11 | 33 | 37 |
| Octal | 307 | 164 | 122 | 0 | 52 | 73 | 26 | 21 | 63 | 67 |
| Binary | 11000111 | 1110100 | 1010010 | 0 | 101010 | 111011 | 10110 | 10001 | 110011 | 110111 |
Color Harmonies of #C77452
Complementary color
Monochromatic Colors of #C77452
Black with #C77452
Text Example
Text Example
White with #C77452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77452; }
p { color: rgb(199,116,82); }
H1.HeaderClassName
{
color: #C77452;
}
.AnyTagClassName
{
color: #C77452;
}
</style>
background-color css
<style>
a { background-color: #C77452; }
a { background-color: rgb(199,116,82); }
div.DivClassName
{
background-color: #C77452;
}
.BgClassName
{
background-color: #C77452;
}
</style>
border-color css
<style>
span { border-color: #C77452; }
span { border-color: rgb(199,116,82); }
td.TdClassName
{
border-color: #C77452;
}
.TagClassName
{
border-color: #C77452;
}
</style>