Shades of Red Damask #C87751
Tints of Red Damask #C87751
RGB
CMYK
RGB Variations
Color information
#C87751 (or 0xC87751) is known color: Red Damask. HEX triplet: C8, 77 and 51. RGB value is (200,119,81). Sum of RGB (Red+Green+Blue) = 200+119+81=400 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50% from 400); Green value is 119 (46.88% from 255 or 29.75% from 400); Blue value is 81 (32.03% from 255 or 20.25% from 400); Max value from RGB is 200 - color contains mainly: red. Hex color #C87751 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87751 is #3788AE. Grayscale: #8B8B8B. Windows color (decimal): -3639471 or 5339080. OLE color: 5339080.
HSL color Cylindrical-coordinate representation of color #C87751: hue angle of 19.16º 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 #C87751 is Cyan = 0, Magento = 0.40, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 119 | 81 | - |
| CMYK | 0 | 0.40 | 0.59 | 0.22 |
| HSL | 19.16º | 0.52% | 0.55% | - |
| HSV(B) | 19.16º | 0.6% | 0.78% | - |
| XYZ | 31.9 | 26.07 | 11.13 | - |
| YUV | 138.89 | 95.34 | 171.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 119 | 81 | 0 | 0.40 | 0.59 | 0.22 | 19.16 | 0.52 | 0.55 |
| Hex | C8 | 77 | 51 | 0 | 28 | 3B | 16 | 13 | 34 | 37 |
| Octal | 310 | 167 | 121 | 0 | 50 | 73 | 26 | 23 | 64 | 67 |
| Binary | 11001000 | 1110111 | 1010001 | 0 | 101000 | 111011 | 10110 | 10011 | 110100 | 110111 |
Color Harmonies of #C87751
Complementary color
Monochromatic Colors of #C87751
Black with #C87751
Text Example
Text Example
White with #C87751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87751; }
p { color: rgb(200,119,81); }
H1.HeaderClassName
{
color: #C87751;
}
.AnyTagClassName
{
color: #C87751;
}
</style>
background-color css
<style>
a { background-color: #C87751; }
a { background-color: rgb(200,119,81); }
div.DivClassName
{
background-color: #C87751;
}
.BgClassName
{
background-color: #C87751;
}
</style>
border-color css
<style>
span { border-color: #C87751; }
span { border-color: rgb(200,119,81); }
td.TdClassName
{
border-color: #C87751;
}
.TagClassName
{
border-color: #C87751;
}
</style>