Shades of Red Damask #C47850
Tints of Red Damask #C47850
RGB
CMYK
RGB Variations
Color information
#C47850 (or 0xC47850) is known color: Red Damask. HEX triplet: C4, 78 and 50. RGB value is (196,120,80). Sum of RGB (Red+Green+Blue) = 196+120+80=396 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.49% from 396); Green value is 120 (47.27% from 255 or 30.30% from 396); Blue value is 80 (31.64% from 255 or 20.20% from 396); Max value from RGB is 196 - color contains mainly: red. Hex color #C47850 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47850 is #3B87AF. Grayscale: #8A8A8A. Windows color (decimal): -3901360 or 5273796. OLE color: 5273796.
HSL color Cylindrical-coordinate representation of color #C47850: hue angle of 20.69º degrees, saturation: 0.5, 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 #C47850 is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 120 | 80 | - |
| CMYK | 0 | 0.39 | 0.59 | 0.23 |
| HSL | 20.69º | 0.5% | 0.54% | - |
| HSV(B) | 20.69º | 0.59% | 0.77% | - |
| XYZ | 30.93 | 25.75 | 10.93 | - |
| YUV | 138.16 | 95.18 | 169.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 120 | 80 | 0 | 0.39 | 0.59 | 0.23 | 20.69 | 0.5 | 0.54 |
| Hex | C4 | 78 | 50 | 0 | 27 | 3B | 17 | 15 | 32 | 36 |
| Octal | 304 | 170 | 120 | 0 | 47 | 73 | 27 | 25 | 62 | 66 |
| Binary | 11000100 | 1111000 | 1010000 | 0 | 100111 | 111011 | 10111 | 10101 | 110010 | 110110 |
Color Harmonies of #C47850
Complementary color
Monochromatic Colors of #C47850
Black with #C47850
Text Example
Text Example
White with #C47850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47850; }
p { color: rgb(196,120,80); }
H1.HeaderClassName
{
color: #C47850;
}
.AnyTagClassName
{
color: #C47850;
}
</style>
background-color css
<style>
a { background-color: #C47850; }
a { background-color: rgb(196,120,80); }
div.DivClassName
{
background-color: #C47850;
}
.BgClassName
{
background-color: #C47850;
}
</style>
border-color css
<style>
span { border-color: #C47850; }
span { border-color: rgb(196,120,80); }
td.TdClassName
{
border-color: #C47850;
}
.TagClassName
{
border-color: #C47850;
}
</style>