Shades of Red Damask #C87051
Tints of Red Damask #C87051
RGB
CMYK
RGB Variations
Color information
#C87051 (or 0xC87051) is known color: Red Damask. HEX triplet: C8, 70 and 51. RGB value is (200,112,81). Sum of RGB (Red+Green+Blue) = 200+112+81=393 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.89% from 393); Green value is 112 (44.14% from 255 or 28.50% from 393); Blue value is 81 (32.03% from 255 or 20.61% from 393); Max value from RGB is 200 - color contains mainly: red. Hex color #C87051 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87051 is #378FAE. Grayscale: #868686. Windows color (decimal): -3641263 or 5337288. OLE color: 5337288.
HSL color Cylindrical-coordinate representation of color #C87051: hue angle of 15.63º 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 #C87051 is Cyan = 0, Magento = 0.44, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 112 | 81 | - |
| CMYK | 0 | 0.44 | 0.59 | 0.22 |
| HSL | 15.63º | 0.52% | 0.55% | - |
| HSV(B) | 15.63º | 0.6% | 0.78% | - |
| XYZ | 31.1 | 24.46 | 10.87 | - |
| YUV | 134.78 | 97.65 | 174.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 112 | 81 | 0 | 0.44 | 0.59 | 0.22 | 15.63 | 0.52 | 0.55 |
| Hex | C8 | 70 | 51 | 0 | 2C | 3B | 16 | 10 | 34 | 37 |
| Octal | 310 | 160 | 121 | 0 | 54 | 73 | 26 | 20 | 64 | 67 |
| Binary | 11001000 | 1110000 | 1010001 | 0 | 101100 | 111011 | 10110 | 10000 | 110100 | 110111 |
Color Harmonies of #C87051
Complementary color
Monochromatic Colors of #C87051
Black with #C87051
Text Example
Text Example
White with #C87051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87051; }
p { color: rgb(200,112,81); }
H1.HeaderClassName
{
color: #C87051;
}
.AnyTagClassName
{
color: #C87051;
}
</style>
background-color css
<style>
a { background-color: #C87051; }
a { background-color: rgb(200,112,81); }
div.DivClassName
{
background-color: #C87051;
}
.BgClassName
{
background-color: #C87051;
}
</style>
border-color css
<style>
span { border-color: #C87051; }
span { border-color: rgb(200,112,81); }
td.TdClassName
{
border-color: #C87051;
}
.TagClassName
{
border-color: #C87051;
}
</style>