Shades of Red Damask #C86748
Tints of Red Damask #C86748
RGB
CMYK
RGB Variations
Color information
#C86748 (or 0xC86748) is known color: Red Damask. HEX triplet: C8, 67 and 48. RGB value is (200,103,72). Sum of RGB (Red+Green+Blue) = 200+103+72=375 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.33% from 375); Green value is 103 (40.62% from 255 or 27.47% from 375); Blue value is 72 (28.52% from 255 or 19.2% from 375); Max value from RGB is 200 - color contains mainly: red. Hex color #C86748 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86748 is #3798B7. Grayscale: #808080. Windows color (decimal): -3643576 or 4745160. OLE color: 4745160.
HSL color Cylindrical-coordinate representation of color #C86748: hue angle of 14.53º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C86748 is Cyan = 0, Magento = 0.48, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 103 | 72 | - |
| CMYK | 0 | 0.48 | 0.64 | 0.22 |
| HSL | 14.53º | 0.54% | 0.53% | - |
| HSV(B) | 14.53º | 0.64% | 0.78% | - |
| XYZ | 29.84 | 22.45 | 8.89 | - |
| YUV | 128.47 | 96.14 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 103 | 72 | 0 | 0.48 | 0.64 | 0.22 | 14.53 | 0.54 | 0.53 |
| Hex | C8 | 67 | 48 | 0 | 30 | 40 | 16 | F | 36 | 35 |
| Octal | 310 | 147 | 110 | 0 | 60 | 100 | 26 | 17 | 66 | 65 |
| Binary | 11001000 | 1100111 | 1001000 | 0 | 110000 | 1000000 | 10110 | 1111 | 110110 | 110101 |
Color Harmonies of #C86748
Complementary color
Monochromatic Colors of #C86748
Black with #C86748
Text Example
Text Example
White with #C86748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86748; }
p { color: rgb(200,103,72); }
H1.HeaderClassName
{
color: #C86748;
}
.AnyTagClassName
{
color: #C86748;
}
</style>
background-color css
<style>
a { background-color: #C86748; }
a { background-color: rgb(200,103,72); }
div.DivClassName
{
background-color: #C86748;
}
.BgClassName
{
background-color: #C86748;
}
</style>
border-color css
<style>
span { border-color: #C86748; }
span { border-color: rgb(200,103,72); }
td.TdClassName
{
border-color: #C86748;
}
.TagClassName
{
border-color: #C86748;
}
</style>