Shades of Red Damask #C86A52
Tints of Red Damask #C86A52
RGB
CMYK
RGB Variations
Color information
#C86A52 (or 0xC86A52) is known color: Red Damask. HEX triplet: C8, 6A and 52. RGB value is (200,106,82). Sum of RGB (Red+Green+Blue) = 200+106+82=388 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.55% from 388); Green value is 106 (41.80% from 255 or 27.32% from 388); Blue value is 82 (32.42% from 255 or 21.13% from 388); Max value from RGB is 200 - color contains mainly: red. Hex color #C86A52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86A52 is #3795AD. Grayscale: #838383. Windows color (decimal): -3642798 or 5401288. OLE color: 5401288.
HSL color Cylindrical-coordinate representation of color #C86A52: hue angle of 12.2º 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 #C86A52 is Cyan = 0, Magento = 0.47, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 106 | 82 | - |
| CMYK | 0 | 0.47 | 0.59 | 0.22 |
| HSL | 12.2º | 0.52% | 0.55% | - |
| HSV(B) | 12.2º | 0.59% | 0.78% | - |
| XYZ | 30.5 | 23.2 | 10.85 | - |
| YUV | 131.37 | 100.14 | 176.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 106 | 82 | 0 | 0.47 | 0.59 | 0.22 | 12.2 | 0.52 | 0.55 |
| Hex | C8 | 6A | 52 | 0 | 2F | 3B | 16 | C | 34 | 37 |
| Octal | 310 | 152 | 122 | 0 | 57 | 73 | 26 | 14 | 64 | 67 |
| Binary | 11001000 | 1101010 | 1010010 | 0 | 101111 | 111011 | 10110 | 1100 | 110100 | 110111 |
Color Harmonies of #C86A52
Complementary color
Monochromatic Colors of #C86A52
Black with #C86A52
Text Example
Text Example
White with #C86A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86A52; }
p { color: rgb(200,106,82); }
H1.HeaderClassName
{
color: #C86A52;
}
.AnyTagClassName
{
color: #C86A52;
}
</style>
background-color css
<style>
a { background-color: #C86A52; }
a { background-color: rgb(200,106,82); }
div.DivClassName
{
background-color: #C86A52;
}
.BgClassName
{
background-color: #C86A52;
}
</style>
border-color css
<style>
span { border-color: #C86A52; }
span { border-color: rgb(200,106,82); }
td.TdClassName
{
border-color: #C86A52;
}
.TagClassName
{
border-color: #C86A52;
}
</style>