Shades of Red Damask #C87653
Tints of Red Damask #C87653
RGB
CMYK
RGB Variations
Color information
#C87653 (or 0xC87653) is known color: Red Damask. HEX triplet: C8, 76 and 53. RGB value is (200,118,83). Sum of RGB (Red+Green+Blue) = 200+118+83=401 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.88% from 401); Green value is 118 (46.48% from 255 or 29.43% from 401); Blue value is 83 (32.81% from 255 or 20.70% from 401); Max value from RGB is 200 - color contains mainly: red. Hex color #C87653 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87653 is #3789AC. Grayscale: #8A8A8A. Windows color (decimal): -3639725 or 5469896. OLE color: 5469896.
HSL color Cylindrical-coordinate representation of color #C87653: hue angle of 17.95º 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 #C87653 is Cyan = 0, Magento = 0.41, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 118 | 83 | - |
| CMYK | 0 | 0.41 | 0.58 | 0.22 |
| HSL | 17.95º | 0.52% | 0.55% | - |
| HSV(B) | 17.95º | 0.59% | 0.78% | - |
| XYZ | 31.86 | 25.86 | 11.5 | - |
| YUV | 138.53 | 96.67 | 171.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 118 | 83 | 0 | 0.41 | 0.58 | 0.22 | 17.95 | 0.52 | 0.55 |
| Hex | C8 | 76 | 53 | 0 | 29 | 3A | 16 | 12 | 34 | 37 |
| Octal | 310 | 166 | 123 | 0 | 51 | 72 | 26 | 22 | 64 | 67 |
| Binary | 11001000 | 1110110 | 1010011 | 0 | 101001 | 111010 | 10110 | 10010 | 110100 | 110111 |
Color Harmonies of #C87653
Complementary color
Monochromatic Colors of #C87653
Black with #C87653
Text Example
Text Example
White with #C87653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87653; }
p { color: rgb(200,118,83); }
H1.HeaderClassName
{
color: #C87653;
}
.AnyTagClassName
{
color: #C87653;
}
</style>
background-color css
<style>
a { background-color: #C87653; }
a { background-color: rgb(200,118,83); }
div.DivClassName
{
background-color: #C87653;
}
.BgClassName
{
background-color: #C87653;
}
</style>
border-color css
<style>
span { border-color: #C87653; }
span { border-color: rgb(200,118,83); }
td.TdClassName
{
border-color: #C87653;
}
.TagClassName
{
border-color: #C87653;
}
</style>