Shades of Red Damask #C87450
Tints of Red Damask #C87450
RGB
CMYK
RGB Variations
Color information
#C87450 (or 0xC87450) is known color: Red Damask. HEX triplet: C8, 74 and 50. RGB value is (200,116,80). Sum of RGB (Red+Green+Blue) = 200+116+80=396 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.51% from 396); Green value is 116 (45.70% from 255 or 29.29% from 396); Blue value is 80 (31.64% from 255 or 20.20% from 396); Max value from RGB is 200 - color contains mainly: red. Hex color #C87450 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87450 is #378BAF. Grayscale: #898989. Windows color (decimal): -3640240 or 5272776. OLE color: 5272776.
HSL color Cylindrical-coordinate representation of color #C87450: hue angle of 18º 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 #C87450 is Cyan = 0, Magento = 0.42, Yellow = 0.6 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 116 | 80 | - |
| CMYK | 0 | 0.42 | 0.6 | 0.22 |
| HSL | 18º | 0.52% | 0.55% | - |
| HSV(B) | 18º | 0.6% | 0.78% | - |
| XYZ | 31.51 | 25.35 | 10.82 | - |
| YUV | 137.01 | 95.83 | 172.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 116 | 80 | 0 | 0.42 | 0.6 | 0.22 | 18 | 0.52 | 0.55 |
| Hex | C8 | 74 | 50 | 0 | 2A | 3C | 16 | 12 | 34 | 37 |
| Octal | 310 | 164 | 120 | 0 | 52 | 74 | 26 | 22 | 64 | 67 |
| Binary | 11001000 | 1110100 | 1010000 | 0 | 101010 | 111100 | 10110 | 10010 | 110100 | 110111 |
Color Harmonies of #C87450
Complementary color
Monochromatic Colors of #C87450
Black with #C87450
Text Example
Text Example
White with #C87450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87450; }
p { color: rgb(200,116,80); }
H1.HeaderClassName
{
color: #C87450;
}
.AnyTagClassName
{
color: #C87450;
}
</style>
background-color css
<style>
a { background-color: #C87450; }
a { background-color: rgb(200,116,80); }
div.DivClassName
{
background-color: #C87450;
}
.BgClassName
{
background-color: #C87450;
}
</style>
border-color css
<style>
span { border-color: #C87450; }
span { border-color: rgb(200,116,80); }
td.TdClassName
{
border-color: #C87450;
}
.TagClassName
{
border-color: #C87450;
}
</style>