Shades of Red Damask #C77350
Tints of Red Damask #C77350
RGB
CMYK
RGB Variations
Color information
#C77350 (or 0xC77350) is known color: Red Damask. HEX triplet: C7, 73 and 50. RGB value is (199,115,80). Sum of RGB (Red+Green+Blue) = 199+115+80=394 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.51% from 394); Green value is 115 (45.31% from 255 or 29.19% from 394); Blue value is 80 (31.64% from 255 or 20.30% from 394); Max value from RGB is 199 - color contains mainly: red. Hex color #C77350 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77350 is #388CAF. Grayscale: #888888. Windows color (decimal): -3706032 or 5272519. OLE color: 5272519.
HSL color Cylindrical-coordinate representation of color #C77350: hue angle of 17.65º 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 #C77350 is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 115 | 80 | - |
| CMYK | 0 | 0.42 | 0.60 | 0.22 |
| HSL | 17.65º | 0.52% | 0.55% | - |
| HSV(B) | 17.65º | 0.6% | 0.78% | - |
| XYZ | 31.13 | 24.98 | 10.77 | - |
| YUV | 136.13 | 96.33 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 115 | 80 | 0 | 0.42 | 0.60 | 0.22 | 17.65 | 0.52 | 0.55 |
| Hex | C7 | 73 | 50 | 0 | 2A | 3C | 16 | 12 | 34 | 37 |
| Octal | 307 | 163 | 120 | 0 | 52 | 74 | 26 | 22 | 64 | 67 |
| Binary | 11000111 | 1110011 | 1010000 | 0 | 101010 | 111100 | 10110 | 10010 | 110100 | 110111 |
Color Harmonies of #C77350
Complementary color
Monochromatic Colors of #C77350
Black with #C77350
Text Example
Text Example
White with #C77350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77350; }
p { color: rgb(199,115,80); }
H1.HeaderClassName
{
color: #C77350;
}
.AnyTagClassName
{
color: #C77350;
}
</style>
background-color css
<style>
a { background-color: #C77350; }
a { background-color: rgb(199,115,80); }
div.DivClassName
{
background-color: #C77350;
}
.BgClassName
{
background-color: #C77350;
}
</style>
border-color css
<style>
span { border-color: #C77350; }
span { border-color: rgb(199,115,80); }
td.TdClassName
{
border-color: #C77350;
}
.TagClassName
{
border-color: #C77350;
}
</style>