Shades of Red Damask #C77550
Tints of Red Damask #C77550
RGB
CMYK
RGB Variations
Color information
#C77550 (or 0xC77550) is known color: Red Damask. HEX triplet: C7, 75 and 50. RGB value is (199,117,80). Sum of RGB (Red+Green+Blue) = 199+117+80=396 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.25% from 396); Green value is 117 (46.09% from 255 or 29.55% from 396); Blue value is 80 (31.64% from 255 or 20.20% from 396); Max value from RGB is 199 - color contains mainly: red. Hex color #C77550 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77550 is #388AAF. Grayscale: #898989. Windows color (decimal): -3705520 or 5273031. OLE color: 5273031.
HSL color Cylindrical-coordinate representation of color #C77550: hue angle of 18.66º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C77550 is Cyan = 0, Magento = 0.41, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 117 | 80 | - |
| CMYK | 0 | 0.41 | 0.60 | 0.22 |
| HSL | 18.66º | 0.52% | 0.55% | - |
| HSV(B) | 18.66º | 0.6% | 0.78% | - |
| XYZ | 31.36 | 25.44 | 10.85 | - |
| YUV | 137.3 | 95.67 | 172.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 117 | 80 | 0 | 0.41 | 0.60 | 0.22 | 18.66 | 0.52 | 0.55 |
| Hex | C7 | 75 | 50 | 0 | 29 | 3C | 16 | 13 | 34 | 37 |
| Octal | 307 | 165 | 120 | 0 | 51 | 74 | 26 | 23 | 64 | 67 |
| Binary | 11000111 | 1110101 | 1010000 | 0 | 101001 | 111100 | 10110 | 10011 | 110100 | 110111 |
Color Harmonies of #C77550
Complementary color
Monochromatic Colors of #C77550
Black with #C77550
Text Example
Text Example
White with #C77550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77550; }
p { color: rgb(199,117,80); }
H1.HeaderClassName
{
color: #C77550;
}
.AnyTagClassName
{
color: #C77550;
}
</style>
background-color css
<style>
a { background-color: #C77550; }
a { background-color: rgb(199,117,80); }
div.DivClassName
{
background-color: #C77550;
}
.BgClassName
{
background-color: #C77550;
}
</style>
border-color css
<style>
span { border-color: #C77550; }
span { border-color: rgb(199,117,80); }
td.TdClassName
{
border-color: #C77550;
}
.TagClassName
{
border-color: #C77550;
}
</style>