Shades of Red Damask #C77647
Tints of Red Damask #C77647
RGB
CMYK
RGB Variations
Color information
#C77647 (or 0xC77647) is known color: Red Damask. HEX triplet: C7, 76 and 47. RGB value is (199,118,71). Sum of RGB (Red+Green+Blue) = 199+118+71=388 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.29% from 388); Green value is 118 (46.48% from 255 or 30.41% from 388); Blue value is 71 (28.12% from 255 or 18.30% from 388); Max value from RGB is 199 - color contains mainly: red. Hex color #C77647 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77647 is #3889B8. Grayscale: #898989. Windows color (decimal): -3705273 or 4683463. OLE color: 4683463.
HSL color Cylindrical-coordinate representation of color #C77647: hue angle of 22.03º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C77647 is Cyan = 0, Magento = 0.41, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 118 | 71 | - |
| CMYK | 0 | 0.41 | 0.64 | 0.22 |
| HSL | 22.03º | 0.53% | 0.53% | - |
| HSV(B) | 22.03º | 0.64% | 0.78% | - |
| XYZ | 31.17 | 25.55 | 9.25 | - |
| YUV | 136.86 | 90.84 | 172.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 118 | 71 | 0 | 0.41 | 0.64 | 0.22 | 22.03 | 0.53 | 0.53 |
| Hex | C7 | 76 | 47 | 0 | 29 | 40 | 16 | 16 | 35 | 35 |
| Octal | 307 | 166 | 107 | 0 | 51 | 100 | 26 | 26 | 65 | 65 |
| Binary | 11000111 | 1110110 | 1000111 | 0 | 101001 | 1000000 | 10110 | 10110 | 110101 | 110101 |
Color Harmonies of #C77647
Complementary color
Monochromatic Colors of #C77647
Black with #C77647
Text Example
Text Example
White with #C77647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77647; }
p { color: rgb(199,118,71); }
H1.HeaderClassName
{
color: #C77647;
}
.AnyTagClassName
{
color: #C77647;
}
</style>
background-color css
<style>
a { background-color: #C77647; }
a { background-color: rgb(199,118,71); }
div.DivClassName
{
background-color: #C77647;
}
.BgClassName
{
background-color: #C77647;
}
</style>
border-color css
<style>
span { border-color: #C77647; }
span { border-color: rgb(199,118,71); }
td.TdClassName
{
border-color: #C77647;
}
.TagClassName
{
border-color: #C77647;
}
</style>