Shades of Red Damask #C87650
Tints of Red Damask #C87650
RGB
CMYK
RGB Variations
Color information
#C87650 (or 0xC87650) is known color: Red Damask. HEX triplet: C8, 76 and 50. RGB value is (200,118,80). Sum of RGB (Red+Green+Blue) = 200+118+80=398 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.25% from 398); Green value is 118 (46.48% from 255 or 29.65% from 398); Blue value is 80 (31.64% from 255 or 20.10% from 398); Max value from RGB is 200 - color contains mainly: red. Hex color #C87650 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87650 is #3789AF. Grayscale: #8A8A8A. Windows color (decimal): -3639728 or 5273288. OLE color: 5273288.
HSL color Cylindrical-coordinate representation of color #C87650: hue angle of 19º 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 #C87650 is Cyan = 0, Magento = 0.41, Yellow = 0.6 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 118 | 80 | - |
| CMYK | 0 | 0.41 | 0.6 | 0.22 |
| HSL | 19º | 0.52% | 0.55% | - |
| HSV(B) | 19º | 0.6% | 0.78% | - |
| XYZ | 31.75 | 25.82 | 10.9 | - |
| YUV | 138.19 | 95.17 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 118 | 80 | 0 | 0.41 | 0.6 | 0.22 | 19 | 0.52 | 0.55 |
| Hex | C8 | 76 | 50 | 0 | 29 | 3C | 16 | 13 | 34 | 37 |
| Octal | 310 | 166 | 120 | 0 | 51 | 74 | 26 | 23 | 64 | 67 |
| Binary | 11001000 | 1110110 | 1010000 | 0 | 101001 | 111100 | 10110 | 10011 | 110100 | 110111 |
Color Harmonies of #C87650
Complementary color
Monochromatic Colors of #C87650
Black with #C87650
Text Example
Text Example
White with #C87650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87650; }
p { color: rgb(200,118,80); }
H1.HeaderClassName
{
color: #C87650;
}
.AnyTagClassName
{
color: #C87650;
}
</style>
background-color css
<style>
a { background-color: #C87650; }
a { background-color: rgb(200,118,80); }
div.DivClassName
{
background-color: #C87650;
}
.BgClassName
{
background-color: #C87650;
}
</style>
border-color css
<style>
span { border-color: #C87650; }
span { border-color: rgb(200,118,80); }
td.TdClassName
{
border-color: #C87650;
}
.TagClassName
{
border-color: #C87650;
}
</style>