Shades of Red Damask #C87251
Tints of Red Damask #C87251
RGB
CMYK
RGB Variations
Color information
#C87251 (or 0xC87251) is known color: Red Damask. HEX triplet: C8, 72 and 51. RGB value is (200,114,81). Sum of RGB (Red+Green+Blue) = 200+114+81=395 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.63% from 395); Green value is 114 (44.92% from 255 or 28.86% from 395); Blue value is 81 (32.03% from 255 or 20.51% from 395); Max value from RGB is 200 - color contains mainly: red. Hex color #C87251 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87251 is #378DAE. Grayscale: #888888. Windows color (decimal): -3640751 or 5337800. OLE color: 5337800.
HSL color Cylindrical-coordinate representation of color #C87251: hue angle of 16.64º 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 #C87251 is Cyan = 0, Magento = 0.43, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 114 | 81 | - |
| CMYK | 0 | 0.43 | 0.59 | 0.22 |
| HSL | 16.64º | 0.52% | 0.55% | - |
| HSV(B) | 16.64º | 0.6% | 0.78% | - |
| XYZ | 31.32 | 24.91 | 10.94 | - |
| YUV | 135.95 | 96.99 | 173.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 114 | 81 | 0 | 0.43 | 0.59 | 0.22 | 16.64 | 0.52 | 0.55 |
| Hex | C8 | 72 | 51 | 0 | 2B | 3B | 16 | 11 | 34 | 37 |
| Octal | 310 | 162 | 121 | 0 | 53 | 73 | 26 | 21 | 64 | 67 |
| Binary | 11001000 | 1110010 | 1010001 | 0 | 101011 | 111011 | 10110 | 10001 | 110100 | 110111 |
Color Harmonies of #C87251
Complementary color
Monochromatic Colors of #C87251
Black with #C87251
Text Example
Text Example
White with #C87251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87251; }
p { color: rgb(200,114,81); }
H1.HeaderClassName
{
color: #C87251;
}
.AnyTagClassName
{
color: #C87251;
}
</style>
background-color css
<style>
a { background-color: #C87251; }
a { background-color: rgb(200,114,81); }
div.DivClassName
{
background-color: #C87251;
}
.BgClassName
{
background-color: #C87251;
}
</style>
border-color css
<style>
span { border-color: #C87251; }
span { border-color: rgb(200,114,81); }
td.TdClassName
{
border-color: #C87251;
}
.TagClassName
{
border-color: #C87251;
}
</style>