Shades of Red Damask #C86649
Tints of Red Damask #C86649
RGB
CMYK
RGB Variations
Color information
#C86649 (or 0xC86649) is known color: Red Damask. HEX triplet: C8, 66 and 49. RGB value is (200,102,73). Sum of RGB (Red+Green+Blue) = 200+102+73=375 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.33% from 375); Green value is 102 (40.23% from 255 or 27.2% from 375); Blue value is 73 (28.91% from 255 or 19.47% from 375); Max value from RGB is 200 - color contains mainly: red. Hex color #C86649 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86649 is #3799B6. Grayscale: #808080. Windows color (decimal): -3643831 or 4810440. OLE color: 4810440.
HSL color Cylindrical-coordinate representation of color #C86649: hue angle of 13.7º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C86649 is Cyan = 0, Magento = 0.49, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 102 | 73 | - |
| CMYK | 0 | 0.49 | 0.64 | 0.22 |
| HSL | 13.7º | 0.54% | 0.54% | - |
| HSV(B) | 13.7º | 0.64% | 0.78% | - |
| XYZ | 29.77 | 22.26 | 9.03 | - |
| YUV | 128 | 96.97 | 179.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 102 | 73 | 0 | 0.49 | 0.64 | 0.22 | 13.7 | 0.54 | 0.54 |
| Hex | C8 | 66 | 49 | 0 | 31 | 40 | 16 | E | 36 | 36 |
| Octal | 310 | 146 | 111 | 0 | 61 | 100 | 26 | 16 | 66 | 66 |
| Binary | 11001000 | 1100110 | 1001001 | 0 | 110001 | 1000000 | 10110 | 1110 | 110110 | 110110 |
Color Harmonies of #C86649
Complementary color
Monochromatic Colors of #C86649
Black with #C86649
Text Example
Text Example
White with #C86649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86649; }
p { color: rgb(200,102,73); }
H1.HeaderClassName
{
color: #C86649;
}
.AnyTagClassName
{
color: #C86649;
}
</style>
background-color css
<style>
a { background-color: #C86649; }
a { background-color: rgb(200,102,73); }
div.DivClassName
{
background-color: #C86649;
}
.BgClassName
{
background-color: #C86649;
}
</style>
border-color css
<style>
span { border-color: #C86649; }
span { border-color: rgb(200,102,73); }
td.TdClassName
{
border-color: #C86649;
}
.TagClassName
{
border-color: #C86649;
}
</style>