Shades of Red Damask #C47250
Tints of Red Damask #C47250
RGB
CMYK
RGB Variations
Color information
#C47250 (or 0xC47250) is known color: Red Damask. HEX triplet: C4, 72 and 50. RGB value is (196,114,80). Sum of RGB (Red+Green+Blue) = 196+114+80=390 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.26% from 390); Green value is 114 (44.92% from 255 or 29.23% from 390); Blue value is 80 (31.64% from 255 or 20.51% from 390); Max value from RGB is 196 - color contains mainly: red. Hex color #C47250 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47250 is #3B8DAF. Grayscale: #868686. Windows color (decimal): -3902896 or 5272260. OLE color: 5272260.
HSL color Cylindrical-coordinate representation of color #C47250: hue angle of 17.59º 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 #C47250 is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 114 | 80 | - |
| CMYK | 0 | 0.42 | 0.59 | 0.23 |
| HSL | 17.59º | 0.5% | 0.54% | - |
| HSV(B) | 17.59º | 0.59% | 0.77% | - |
| XYZ | 30.23 | 24.35 | 10.7 | - |
| YUV | 134.64 | 97.17 | 171.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 114 | 80 | 0 | 0.42 | 0.59 | 0.23 | 17.59 | 0.5 | 0.54 |
| Hex | C4 | 72 | 50 | 0 | 2A | 3B | 17 | 12 | 32 | 36 |
| Octal | 304 | 162 | 120 | 0 | 52 | 73 | 27 | 22 | 62 | 66 |
| Binary | 11000100 | 1110010 | 1010000 | 0 | 101010 | 111011 | 10111 | 10010 | 110010 | 110110 |
Color Harmonies of #C47250
Complementary color
Monochromatic Colors of #C47250
Black with #C47250
Text Example
Text Example
White with #C47250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47250; }
p { color: rgb(196,114,80); }
H1.HeaderClassName
{
color: #C47250;
}
.AnyTagClassName
{
color: #C47250;
}
</style>
background-color css
<style>
a { background-color: #C47250; }
a { background-color: rgb(196,114,80); }
div.DivClassName
{
background-color: #C47250;
}
.BgClassName
{
background-color: #C47250;
}
</style>
border-color css
<style>
span { border-color: #C47250; }
span { border-color: rgb(196,114,80); }
td.TdClassName
{
border-color: #C47250;
}
.TagClassName
{
border-color: #C47250;
}
</style>