Shades of Red Damask #C87451
Tints of Red Damask #C87451
RGB
CMYK
RGB Variations
Color information
#C87451 (or 0xC87451) is known color: Red Damask. HEX triplet: C8, 74 and 51. RGB value is (200,116,81). Sum of RGB (Red+Green+Blue) = 200+116+81=397 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.38% from 397); Green value is 116 (45.70% from 255 or 29.22% from 397); Blue value is 81 (32.03% from 255 or 20.40% from 397); Max value from RGB is 200 - color contains mainly: red. Hex color #C87451 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87451 is #378BAE. Grayscale: #898989. Windows color (decimal): -3640239 or 5338312. OLE color: 5338312.
HSL color Cylindrical-coordinate representation of color #C87451: hue angle of 17.65º 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 #C87451 is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 116 | 81 | - |
| CMYK | 0 | 0.42 | 0.59 | 0.22 |
| HSL | 17.65º | 0.52% | 0.55% | - |
| HSV(B) | 17.65º | 0.6% | 0.78% | - |
| XYZ | 31.55 | 25.36 | 11.02 | - |
| YUV | 137.13 | 96.33 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 116 | 81 | 0 | 0.42 | 0.59 | 0.22 | 17.65 | 0.52 | 0.55 |
| Hex | C8 | 74 | 51 | 0 | 2A | 3B | 16 | 12 | 34 | 37 |
| Octal | 310 | 164 | 121 | 0 | 52 | 73 | 26 | 22 | 64 | 67 |
| Binary | 11001000 | 1110100 | 1010001 | 0 | 101010 | 111011 | 10110 | 10010 | 110100 | 110111 |
Color Harmonies of #C87451
Complementary color
Monochromatic Colors of #C87451
Black with #C87451
Text Example
Text Example
White with #C87451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87451; }
p { color: rgb(200,116,81); }
H1.HeaderClassName
{
color: #C87451;
}
.AnyTagClassName
{
color: #C87451;
}
</style>
background-color css
<style>
a { background-color: #C87451; }
a { background-color: rgb(200,116,81); }
div.DivClassName
{
background-color: #C87451;
}
.BgClassName
{
background-color: #C87451;
}
</style>
border-color css
<style>
span { border-color: #C87451; }
span { border-color: rgb(200,116,81); }
td.TdClassName
{
border-color: #C87451;
}
.TagClassName
{
border-color: #C87451;
}
</style>