Shades of Red Damask #C87A52
Tints of Red Damask #C87A52
RGB
CMYK
RGB Variations
Color information
#C87A52 (or 0xC87A52) is known color: Red Damask. HEX triplet: C8, 7A and 52. RGB value is (200,122,82). Sum of RGB (Red+Green+Blue) = 200+122+82=404 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.50% from 404); Green value is 122 (48.05% from 255 or 30.20% from 404); Blue value is 82 (32.42% from 255 or 20.30% from 404); Max value from RGB is 200 - color contains mainly: red. Hex color #C87A52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87A52 is #3785AD. Grayscale: #8D8D8D. Windows color (decimal): -3638702 or 5405384. OLE color: 5405384.
HSL color Cylindrical-coordinate representation of color #C87A52: hue angle of 20.34º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C87A52 is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 122 | 82 | - |
| CMYK | 0 | 0.39 | 0.59 | 0.22 |
| HSL | 20.34º | 0.52% | 0.55% | - |
| HSV(B) | 20.34º | 0.59% | 0.78% | - |
| XYZ | 32.3 | 26.81 | 11.45 | - |
| YUV | 140.76 | 94.84 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 122 | 82 | 0 | 0.39 | 0.59 | 0.22 | 20.34 | 0.52 | 0.55 |
| Hex | C8 | 7A | 52 | 0 | 27 | 3B | 16 | 14 | 34 | 37 |
| Octal | 310 | 172 | 122 | 0 | 47 | 73 | 26 | 24 | 64 | 67 |
| Binary | 11001000 | 1111010 | 1010010 | 0 | 100111 | 111011 | 10110 | 10100 | 110100 | 110111 |
Color Harmonies of #C87A52
Complementary color
Monochromatic Colors of #C87A52
Black with #C87A52
Text Example
Text Example
White with #C87A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87A52; }
p { color: rgb(200,122,82); }
H1.HeaderClassName
{
color: #C87A52;
}
.AnyTagClassName
{
color: #C87A52;
}
</style>
background-color css
<style>
a { background-color: #C87A52; }
a { background-color: rgb(200,122,82); }
div.DivClassName
{
background-color: #C87A52;
}
.BgClassName
{
background-color: #C87A52;
}
</style>
border-color css
<style>
span { border-color: #C87A52; }
span { border-color: rgb(200,122,82); }
td.TdClassName
{
border-color: #C87A52;
}
.TagClassName
{
border-color: #C87A52;
}
</style>