Shades of Red Damask #C47851
Tints of Red Damask #C47851
RGB
CMYK
RGB Variations
Color information
#C47851 (or 0xC47851) is known color: Red Damask. HEX triplet: C4, 78 and 51. RGB value is (196,120,81). Sum of RGB (Red+Green+Blue) = 196+120+81=397 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.37% from 397); Green value is 120 (47.27% from 255 or 30.23% from 397); Blue value is 81 (32.03% from 255 or 20.40% from 397); Max value from RGB is 196 - color contains mainly: red. Hex color #C47851 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47851 is #3B87AE. Grayscale: #8A8A8A. Windows color (decimal): -3901359 or 5339332. OLE color: 5339332.
HSL color Cylindrical-coordinate representation of color #C47851: hue angle of 20.35º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C47851 is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 120 | 81 | - |
| CMYK | 0 | 0.39 | 0.59 | 0.23 |
| HSL | 20.35º | 0.49% | 0.54% | - |
| HSV(B) | 20.35º | 0.59% | 0.77% | - |
| XYZ | 30.97 | 25.76 | 11.13 | - |
| YUV | 138.28 | 95.68 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 120 | 81 | 0 | 0.39 | 0.59 | 0.23 | 20.35 | 0.49 | 0.54 |
| Hex | C4 | 78 | 51 | 0 | 27 | 3B | 17 | 14 | 31 | 36 |
| Octal | 304 | 170 | 121 | 0 | 47 | 73 | 27 | 24 | 61 | 66 |
| Binary | 11000100 | 1111000 | 1010001 | 0 | 100111 | 111011 | 10111 | 10100 | 110001 | 110110 |
Color Harmonies of #C47851
Complementary color
Monochromatic Colors of #C47851
Black with #C47851
Text Example
Text Example
White with #C47851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47851; }
p { color: rgb(196,120,81); }
H1.HeaderClassName
{
color: #C47851;
}
.AnyTagClassName
{
color: #C47851;
}
</style>
background-color css
<style>
a { background-color: #C47851; }
a { background-color: rgb(196,120,81); }
div.DivClassName
{
background-color: #C47851;
}
.BgClassName
{
background-color: #C47851;
}
</style>
border-color css
<style>
span { border-color: #C47851; }
span { border-color: rgb(196,120,81); }
td.TdClassName
{
border-color: #C47851;
}
.TagClassName
{
border-color: #C47851;
}
</style>