Shades of Red Damask #C87850
Tints of Red Damask #C87850
RGB
CMYK
RGB Variations
Color information
#C87850 (or 0xC87850) is known color: Red Damask. HEX triplet: C8, 78 and 50. RGB value is (200,120,80). Sum of RGB (Red+Green+Blue) = 200+120+80=400 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50% from 400); Green value is 120 (47.27% from 255 or 30% from 400); Blue value is 80 (31.64% from 255 or 20% from 400); Max value from RGB is 200 - color contains mainly: red. Hex color #C87850 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87850 is #3787AF. Grayscale: #8B8B8B. Windows color (decimal): -3639216 or 5273800. OLE color: 5273800.
HSL color Cylindrical-coordinate representation of color #C87850: hue angle of 20º 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 #C87850 is Cyan = 0, Magento = 0.4, Yellow = 0.6 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 120 | 80 | - |
| CMYK | 0 | 0.4 | 0.6 | 0.22 |
| HSL | 20º | 0.52% | 0.55% | - |
| HSV(B) | 20º | 0.6% | 0.78% | - |
| XYZ | 31.98 | 26.29 | 10.98 | - |
| YUV | 139.36 | 94.5 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 120 | 80 | 0 | 0.4 | 0.6 | 0.22 | 20 | 0.52 | 0.55 |
| Hex | C8 | 78 | 50 | 0 | 28 | 3C | 16 | 14 | 34 | 37 |
| Octal | 310 | 170 | 120 | 0 | 50 | 74 | 26 | 24 | 64 | 67 |
| Binary | 11001000 | 1111000 | 1010000 | 0 | 101000 | 111100 | 10110 | 10100 | 110100 | 110111 |
Color Harmonies of #C87850
Complementary color
Monochromatic Colors of #C87850
Black with #C87850
Text Example
Text Example
White with #C87850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87850; }
p { color: rgb(200,120,80); }
H1.HeaderClassName
{
color: #C87850;
}
.AnyTagClassName
{
color: #C87850;
}
</style>
background-color css
<style>
a { background-color: #C87850; }
a { background-color: rgb(200,120,80); }
div.DivClassName
{
background-color: #C87850;
}
.BgClassName
{
background-color: #C87850;
}
</style>
border-color css
<style>
span { border-color: #C87850; }
span { border-color: rgb(200,120,80); }
td.TdClassName
{
border-color: #C87850;
}
.TagClassName
{
border-color: #C87850;
}
</style>