Shades of Red Damask #C76D50
Tints of Red Damask #C76D50
RGB
CMYK
RGB Variations
Color information
#C76D50 (or 0xC76D50) is known color: Red Damask. HEX triplet: C7, 6D and 50. RGB value is (199,109,80). Sum of RGB (Red+Green+Blue) = 199+109+80=388 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.29% from 388); Green value is 109 (42.97% from 255 or 28.09% from 388); Blue value is 80 (31.64% from 255 or 20.62% from 388); Max value from RGB is 199 - color contains mainly: red. Hex color #C76D50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76D50 is #3892AF. Grayscale: #848484. Windows color (decimal): -3707568 or 5270983. OLE color: 5270983.
HSL color Cylindrical-coordinate representation of color #C76D50: hue angle of 14.62º 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 #C76D50 is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 109 | 80 | - |
| CMYK | 0 | 0.45 | 0.60 | 0.22 |
| HSL | 14.62º | 0.52% | 0.55% | - |
| HSV(B) | 14.62º | 0.6% | 0.78% | - |
| XYZ | 30.47 | 23.66 | 10.55 | - |
| YUV | 132.6 | 98.32 | 175.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 109 | 80 | 0 | 0.45 | 0.60 | 0.22 | 14.62 | 0.52 | 0.55 |
| Hex | C7 | 6D | 50 | 0 | 2D | 3C | 16 | F | 34 | 37 |
| Octal | 307 | 155 | 120 | 0 | 55 | 74 | 26 | 17 | 64 | 67 |
| Binary | 11000111 | 1101101 | 1010000 | 0 | 101101 | 111100 | 10110 | 1111 | 110100 | 110111 |
Color Harmonies of #C76D50
Complementary color
Monochromatic Colors of #C76D50
Black with #C76D50
Text Example
Text Example
White with #C76D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76D50; }
p { color: rgb(199,109,80); }
H1.HeaderClassName
{
color: #C76D50;
}
.AnyTagClassName
{
color: #C76D50;
}
</style>
background-color css
<style>
a { background-color: #C76D50; }
a { background-color: rgb(199,109,80); }
div.DivClassName
{
background-color: #C76D50;
}
.BgClassName
{
background-color: #C76D50;
}
</style>
border-color css
<style>
span { border-color: #C76D50; }
span { border-color: rgb(199,109,80); }
td.TdClassName
{
border-color: #C76D50;
}
.TagClassName
{
border-color: #C76D50;
}
</style>