Shades of Red Damask #C87550
Tints of Red Damask #C87550
RGB
CMYK
RGB Variations
Color information
#C87550 (or 0xC87550) is known color: Red Damask. HEX triplet: C8, 75 and 50. RGB value is (200,117,80). Sum of RGB (Red+Green+Blue) = 200+117+80=397 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.38% from 397); Green value is 117 (46.09% from 255 or 29.47% from 397); Blue value is 80 (31.64% from 255 or 20.15% from 397); Max value from RGB is 200 - color contains mainly: red. Hex color #C87550 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87550 is #378AAF. Grayscale: #898989. Windows color (decimal): -3639984 or 5273032. OLE color: 5273032.
HSL color Cylindrical-coordinate representation of color #C87550: hue angle of 18.5º 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 #C87550 is Cyan = 0, Magento = 0.42, Yellow = 0.6 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 117 | 80 | - |
| CMYK | 0 | 0.42 | 0.6 | 0.22 |
| HSL | 18.5º | 0.52% | 0.55% | - |
| HSV(B) | 18.5º | 0.6% | 0.78% | - |
| XYZ | 31.63 | 25.58 | 10.86 | - |
| YUV | 137.6 | 95.5 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 117 | 80 | 0 | 0.42 | 0.6 | 0.22 | 18.5 | 0.52 | 0.55 |
| Hex | C8 | 75 | 50 | 0 | 2A | 3C | 16 | 12 | 34 | 37 |
| Octal | 310 | 165 | 120 | 0 | 52 | 74 | 26 | 22 | 64 | 67 |
| Binary | 11001000 | 1110101 | 1010000 | 0 | 101010 | 111100 | 10110 | 10010 | 110100 | 110111 |
Color Harmonies of #C87550
Complementary color
Monochromatic Colors of #C87550
Black with #C87550
Text Example
Text Example
White with #C87550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87550; }
p { color: rgb(200,117,80); }
H1.HeaderClassName
{
color: #C87550;
}
.AnyTagClassName
{
color: #C87550;
}
</style>
background-color css
<style>
a { background-color: #C87550; }
a { background-color: rgb(200,117,80); }
div.DivClassName
{
background-color: #C87550;
}
.BgClassName
{
background-color: #C87550;
}
</style>
border-color css
<style>
span { border-color: #C87550; }
span { border-color: rgb(200,117,80); }
td.TdClassName
{
border-color: #C87550;
}
.TagClassName
{
border-color: #C87550;
}
</style>