Shades of Red Damask #C87652
Tints of Red Damask #C87652
RGB
CMYK
RGB Variations
Color information
#C87652 (or 0xC87652) is known color: Red Damask. HEX triplet: C8, 76 and 52. RGB value is (200,118,82). Sum of RGB (Red+Green+Blue) = 200+118+82=400 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50% from 400); Green value is 118 (46.48% from 255 or 29.5% from 400); Blue value is 82 (32.42% from 255 or 20.5% from 400); Max value from RGB is 200 - color contains mainly: red. Hex color #C87652 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87652 is #3789AD. Grayscale: #8A8A8A. Windows color (decimal): -3639726 or 5404360. OLE color: 5404360.
HSL color Cylindrical-coordinate representation of color #C87652: hue angle of 18.31º 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 #C87652 is Cyan = 0, Magento = 0.41, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 118 | 82 | - |
| CMYK | 0 | 0.41 | 0.59 | 0.22 |
| HSL | 18.31º | 0.52% | 0.55% | - |
| HSV(B) | 18.31º | 0.59% | 0.78% | - |
| XYZ | 31.82 | 25.85 | 11.29 | - |
| YUV | 138.41 | 96.17 | 171.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 118 | 82 | 0 | 0.41 | 0.59 | 0.22 | 18.31 | 0.52 | 0.55 |
| Hex | C8 | 76 | 52 | 0 | 29 | 3B | 16 | 12 | 34 | 37 |
| Octal | 310 | 166 | 122 | 0 | 51 | 73 | 26 | 22 | 64 | 67 |
| Binary | 11001000 | 1110110 | 1010010 | 0 | 101001 | 111011 | 10110 | 10010 | 110100 | 110111 |
Color Harmonies of #C87652
Complementary color
Monochromatic Colors of #C87652
Black with #C87652
Text Example
Text Example
White with #C87652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87652; }
p { color: rgb(200,118,82); }
H1.HeaderClassName
{
color: #C87652;
}
.AnyTagClassName
{
color: #C87652;
}
</style>
background-color css
<style>
a { background-color: #C87652; }
a { background-color: rgb(200,118,82); }
div.DivClassName
{
background-color: #C87652;
}
.BgClassName
{
background-color: #C87652;
}
</style>
border-color css
<style>
span { border-color: #C87652; }
span { border-color: rgb(200,118,82); }
td.TdClassName
{
border-color: #C87652;
}
.TagClassName
{
border-color: #C87652;
}
</style>