Shades of Red Damask #C87551
Tints of Red Damask #C87551
RGB
CMYK
RGB Variations
Color information
#C87551 (or 0xC87551) is known color: Red Damask. HEX triplet: C8, 75 and 51. RGB value is (200,117,81). Sum of RGB (Red+Green+Blue) = 200+117+81=398 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.25% from 398); Green value is 117 (46.09% from 255 or 29.40% from 398); Blue value is 81 (32.03% from 255 or 20.35% from 398); Max value from RGB is 200 - color contains mainly: red. Hex color #C87551 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87551 is #378AAE. Grayscale: #898989. Windows color (decimal): -3639983 or 5338568. OLE color: 5338568.
HSL color Cylindrical-coordinate representation of color #C87551: hue angle of 18.15º 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 #C87551 is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 117 | 81 | - |
| CMYK | 0 | 0.42 | 0.59 | 0.22 |
| HSL | 18.15º | 0.52% | 0.55% | - |
| HSV(B) | 18.15º | 0.6% | 0.78% | - |
| XYZ | 31.67 | 25.6 | 11.06 | - |
| YUV | 137.71 | 96 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 117 | 81 | 0 | 0.42 | 0.59 | 0.22 | 18.15 | 0.52 | 0.55 |
| Hex | C8 | 75 | 51 | 0 | 2A | 3B | 16 | 12 | 34 | 37 |
| Octal | 310 | 165 | 121 | 0 | 52 | 73 | 26 | 22 | 64 | 67 |
| Binary | 11001000 | 1110101 | 1010001 | 0 | 101010 | 111011 | 10110 | 10010 | 110100 | 110111 |
Color Harmonies of #C87551
Complementary color
Monochromatic Colors of #C87551
Black with #C87551
Text Example
Text Example
White with #C87551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87551; }
p { color: rgb(200,117,81); }
H1.HeaderClassName
{
color: #C87551;
}
.AnyTagClassName
{
color: #C87551;
}
</style>
background-color css
<style>
a { background-color: #C87551; }
a { background-color: rgb(200,117,81); }
div.DivClassName
{
background-color: #C87551;
}
.BgClassName
{
background-color: #C87551;
}
</style>
border-color css
<style>
span { border-color: #C87551; }
span { border-color: rgb(200,117,81); }
td.TdClassName
{
border-color: #C87551;
}
.TagClassName
{
border-color: #C87551;
}
</style>