Shades of Red Damask #C87150
Tints of Red Damask #C87150
RGB
CMYK
RGB Variations
Color information
#C87150 (or 0xC87150) is known color: Red Damask. HEX triplet: C8, 71 and 50. RGB value is (200,113,80). Sum of RGB (Red+Green+Blue) = 200+113+80=393 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.89% from 393); Green value is 113 (44.53% from 255 or 28.75% from 393); Blue value is 80 (31.64% from 255 or 20.36% from 393); Max value from RGB is 200 - color contains mainly: red. Hex color #C87150 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87150 is #378EAF. Grayscale: #878787. Windows color (decimal): -3641008 or 5272008. OLE color: 5272008.
HSL color Cylindrical-coordinate representation of color #C87150: hue angle of 16.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 #C87150 is Cyan = 0, Magento = 0.44, Yellow = 0.6 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 113 | 80 | - |
| CMYK | 0 | 0.44 | 0.6 | 0.22 |
| HSL | 16.5º | 0.52% | 0.55% | - |
| HSV(B) | 16.5º | 0.6% | 0.78% | - |
| XYZ | 31.17 | 24.67 | 10.71 | - |
| YUV | 135.25 | 96.82 | 174.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 113 | 80 | 0 | 0.44 | 0.6 | 0.22 | 16.5 | 0.52 | 0.55 |
| Hex | C8 | 71 | 50 | 0 | 2C | 3C | 16 | 10 | 34 | 37 |
| Octal | 310 | 161 | 120 | 0 | 54 | 74 | 26 | 20 | 64 | 67 |
| Binary | 11001000 | 1110001 | 1010000 | 0 | 101100 | 111100 | 10110 | 10000 | 110100 | 110111 |
Color Harmonies of #C87150
Complementary color
Monochromatic Colors of #C87150
Black with #C87150
Text Example
Text Example
White with #C87150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87150; }
p { color: rgb(200,113,80); }
H1.HeaderClassName
{
color: #C87150;
}
.AnyTagClassName
{
color: #C87150;
}
</style>
background-color css
<style>
a { background-color: #C87150; }
a { background-color: rgb(200,113,80); }
div.DivClassName
{
background-color: #C87150;
}
.BgClassName
{
background-color: #C87150;
}
</style>
border-color css
<style>
span { border-color: #C87150; }
span { border-color: rgb(200,113,80); }
td.TdClassName
{
border-color: #C87150;
}
.TagClassName
{
border-color: #C87150;
}
</style>