Shades of Red Damask #C86A4C
Tints of Red Damask #C86A4C
RGB
CMYK
RGB Variations
Color information
#C86A4C (or 0xC86A4C) is known color: Red Damask. HEX triplet: C8, 6A and 4C. RGB value is (200,106,76). Sum of RGB (Red+Green+Blue) = 200+106+76=382 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.36% from 382); Green value is 106 (41.80% from 255 or 27.75% from 382); Blue value is 76 (30.08% from 255 or 19.90% from 382); Max value from RGB is 200 - color contains mainly: red. Hex color #C86A4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86A4C is #3795B3. Grayscale: #828282. Windows color (decimal): -3642804 or 5008072. OLE color: 5008072.
HSL color Cylindrical-coordinate representation of color #C86A4C: hue angle of 14.52º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C86A4C is Cyan = 0, Magento = 0.47, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 106 | 76 | - |
| CMYK | 0 | 0.47 | 0.62 | 0.22 |
| HSL | 14.52º | 0.53% | 0.54% | - |
| HSV(B) | 14.52º | 0.62% | 0.78% | - |
| XYZ | 30.28 | 23.11 | 9.7 | - |
| YUV | 130.69 | 97.14 | 177.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 106 | 76 | 0 | 0.47 | 0.62 | 0.22 | 14.52 | 0.53 | 0.54 |
| Hex | C8 | 6A | 4C | 0 | 2F | 3E | 16 | F | 35 | 36 |
| Octal | 310 | 152 | 114 | 0 | 57 | 76 | 26 | 17 | 65 | 66 |
| Binary | 11001000 | 1101010 | 1001100 | 0 | 101111 | 111110 | 10110 | 1111 | 110101 | 110110 |
Color Harmonies of #C86A4C
Complementary color
Monochromatic Colors of #C86A4C
Black with #C86A4C
Text Example
Text Example
White with #C86A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86A4C; }
p { color: rgb(200,106,76); }
H1.HeaderClassName
{
color: #C86A4C;
}
.AnyTagClassName
{
color: #C86A4C;
}
</style>
background-color css
<style>
a { background-color: #C86A4C; }
a { background-color: rgb(200,106,76); }
div.DivClassName
{
background-color: #C86A4C;
}
.BgClassName
{
background-color: #C86A4C;
}
</style>
border-color css
<style>
span { border-color: #C86A4C; }
span { border-color: rgb(200,106,76); }
td.TdClassName
{
border-color: #C86A4C;
}
.TagClassName
{
border-color: #C86A4C;
}
</style>