Shades of Red Damask #C77551
Tints of Red Damask #C77551
RGB
CMYK
RGB Variations
Color information
#C77551 (or 0xC77551) is known color: Red Damask. HEX triplet: C7, 75 and 51. RGB value is (199,117,81). Sum of RGB (Red+Green+Blue) = 199+117+81=397 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.13% from 397); Green value is 117 (46.09% from 255 or 29.47% from 397); Blue value is 81 (32.03% from 255 or 20.40% from 397); Max value from RGB is 199 - color contains mainly: red. Hex color #C77551 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77551 is #388AAE. Grayscale: #898989. Windows color (decimal): -3705519 or 5338567. OLE color: 5338567.
HSL color Cylindrical-coordinate representation of color #C77551: hue angle of 18.31º 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 #C77551 is Cyan = 0, Magento = 0.41, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 117 | 81 | - |
| CMYK | 0 | 0.41 | 0.59 | 0.22 |
| HSL | 18.31º | 0.51% | 0.55% | - |
| HSV(B) | 18.31º | 0.59% | 0.78% | - |
| XYZ | 31.4 | 25.46 | 11.04 | - |
| YUV | 137.41 | 96.17 | 171.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 117 | 81 | 0 | 0.41 | 0.59 | 0.22 | 18.31 | 0.51 | 0.55 |
| Hex | C7 | 75 | 51 | 0 | 29 | 3B | 16 | 12 | 33 | 37 |
| Octal | 307 | 165 | 121 | 0 | 51 | 73 | 26 | 22 | 63 | 67 |
| Binary | 11000111 | 1110101 | 1010001 | 0 | 101001 | 111011 | 10110 | 10010 | 110011 | 110111 |
Color Harmonies of #C77551
Complementary color
Monochromatic Colors of #C77551
Black with #C77551
Text Example
Text Example
White with #C77551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77551; }
p { color: rgb(199,117,81); }
H1.HeaderClassName
{
color: #C77551;
}
.AnyTagClassName
{
color: #C77551;
}
</style>
background-color css
<style>
a { background-color: #C77551; }
a { background-color: rgb(199,117,81); }
div.DivClassName
{
background-color: #C77551;
}
.BgClassName
{
background-color: #C77551;
}
</style>
border-color css
<style>
span { border-color: #C77551; }
span { border-color: rgb(199,117,81); }
td.TdClassName
{
border-color: #C77551;
}
.TagClassName
{
border-color: #C77551;
}
</style>