Shades of Red Damask #C86C50
Tints of Red Damask #C86C50
RGB
CMYK
RGB Variations
Color information
#C86C50 (or 0xC86C50) is known color: Red Damask. HEX triplet: C8, 6C and 50. RGB value is (200,108,80). Sum of RGB (Red+Green+Blue) = 200+108+80=388 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.55% from 388); Green value is 108 (42.58% from 255 or 27.84% from 388); Blue value is 80 (31.64% from 255 or 20.62% from 388); Max value from RGB is 200 - color contains mainly: red. Hex color #C86C50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86C50 is #3793AF. Grayscale: #848484. Windows color (decimal): -3642288 or 5270728. OLE color: 5270728.
HSL color Cylindrical-coordinate representation of color #C86C50: hue angle of 14º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C86C50 is Cyan = 0, Magento = 0.46, Yellow = 0.6 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 108 | 80 | - |
| CMYK | 0 | 0.46 | 0.6 | 0.22 |
| HSL | 14º | 0.52% | 0.55% | - |
| HSV(B) | 14º | 0.6% | 0.78% | - |
| XYZ | 30.63 | 23.58 | 10.53 | - |
| YUV | 132.32 | 98.48 | 176.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 108 | 80 | 0 | 0.46 | 0.6 | 0.22 | 14 | 0.52 | 0.55 |
| Hex | C8 | 6C | 50 | 0 | 2E | 3C | 16 | E | 34 | 37 |
| Octal | 310 | 154 | 120 | 0 | 56 | 74 | 26 | 16 | 64 | 67 |
| Binary | 11001000 | 1101100 | 1010000 | 0 | 101110 | 111100 | 10110 | 1110 | 110100 | 110111 |
Color Harmonies of #C86C50
Complementary color
Monochromatic Colors of #C86C50
Black with #C86C50
Text Example
Text Example
White with #C86C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86C50; }
p { color: rgb(200,108,80); }
H1.HeaderClassName
{
color: #C86C50;
}
.AnyTagClassName
{
color: #C86C50;
}
</style>
background-color css
<style>
a { background-color: #C86C50; }
a { background-color: rgb(200,108,80); }
div.DivClassName
{
background-color: #C86C50;
}
.BgClassName
{
background-color: #C86C50;
}
</style>
border-color css
<style>
span { border-color: #C86C50; }
span { border-color: rgb(200,108,80); }
td.TdClassName
{
border-color: #C86C50;
}
.TagClassName
{
border-color: #C86C50;
}
</style>