Shades of Red Damask #C87953
Tints of Red Damask #C87953
RGB
CMYK
RGB Variations
Color information
#C87953 (or 0xC87953) is known color: Red Damask. HEX triplet: C8, 79 and 53. RGB value is (200,121,83). Sum of RGB (Red+Green+Blue) = 200+121+83=404 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.50% from 404); Green value is 121 (47.66% from 255 or 29.95% from 404); Blue value is 83 (32.81% from 255 or 20.54% from 404); Max value from RGB is 200 - color contains mainly: red. Hex color #C87953 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87953 is #3786AC. Grayscale: #8C8C8C. Windows color (decimal): -3638957 or 5470664. OLE color: 5470664.
HSL color Cylindrical-coordinate representation of color #C87953: hue angle of 19.49º 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 #C87953 is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 121 | 83 | - |
| CMYK | 0 | 0.39 | 0.58 | 0.22 |
| HSL | 19.49º | 0.52% | 0.55% | - |
| HSV(B) | 19.49º | 0.59% | 0.78% | - |
| XYZ | 32.22 | 26.58 | 11.62 | - |
| YUV | 140.29 | 95.67 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 121 | 83 | 0 | 0.39 | 0.58 | 0.22 | 19.49 | 0.52 | 0.55 |
| Hex | C8 | 79 | 53 | 0 | 27 | 3A | 16 | 13 | 34 | 37 |
| Octal | 310 | 171 | 123 | 0 | 47 | 72 | 26 | 23 | 64 | 67 |
| Binary | 11001000 | 1111001 | 1010011 | 0 | 100111 | 111010 | 10110 | 10011 | 110100 | 110111 |
Color Harmonies of #C87953
Complementary color
Monochromatic Colors of #C87953
Black with #C87953
Text Example
Text Example
White with #C87953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87953; }
p { color: rgb(200,121,83); }
H1.HeaderClassName
{
color: #C87953;
}
.AnyTagClassName
{
color: #C87953;
}
</style>
background-color css
<style>
a { background-color: #C87953; }
a { background-color: rgb(200,121,83); }
div.DivClassName
{
background-color: #C87953;
}
.BgClassName
{
background-color: #C87953;
}
</style>
border-color css
<style>
span { border-color: #C87953; }
span { border-color: rgb(200,121,83); }
td.TdClassName
{
border-color: #C87953;
}
.TagClassName
{
border-color: #C87953;
}
</style>