Shades of Red Damask #C47A53
Tints of Red Damask #C47A53
RGB
CMYK
RGB Variations
Color information
#C47A53 (or 0xC47A53) is known color: Red Damask. HEX triplet: C4, 7A and 53. RGB value is (196,122,83). Sum of RGB (Red+Green+Blue) = 196+122+83=401 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.88% from 401); Green value is 122 (48.05% from 255 or 30.42% from 401); Blue value is 83 (32.81% from 255 or 20.70% from 401); Max value from RGB is 196 - color contains mainly: red. Hex color #C47A53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47A53 is #3B85AC. Grayscale: #8B8B8B. Windows color (decimal): -3900845 or 5470916. OLE color: 5470916.
HSL color Cylindrical-coordinate representation of color #C47A53: hue angle of 20.71º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C47A53 is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 122 | 83 | - |
| CMYK | 0 | 0.38 | 0.58 | 0.23 |
| HSL | 20.71º | 0.49% | 0.55% | - |
| HSV(B) | 20.71º | 0.58% | 0.77% | - |
| XYZ | 31.29 | 26.28 | 11.61 | - |
| YUV | 139.68 | 96.02 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 122 | 83 | 0 | 0.38 | 0.58 | 0.23 | 20.71 | 0.49 | 0.55 |
| Hex | C4 | 7A | 53 | 0 | 26 | 3A | 17 | 15 | 31 | 37 |
| Octal | 304 | 172 | 123 | 0 | 46 | 72 | 27 | 25 | 61 | 67 |
| Binary | 11000100 | 1111010 | 1010011 | 0 | 100110 | 111010 | 10111 | 10101 | 110001 | 110111 |
Color Harmonies of #C47A53
Complementary color
Monochromatic Colors of #C47A53
Black with #C47A53
Text Example
Text Example
White with #C47A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47A53; }
p { color: rgb(196,122,83); }
H1.HeaderClassName
{
color: #C47A53;
}
.AnyTagClassName
{
color: #C47A53;
}
</style>
background-color css
<style>
a { background-color: #C47A53; }
a { background-color: rgb(196,122,83); }
div.DivClassName
{
background-color: #C47A53;
}
.BgClassName
{
background-color: #C47A53;
}
</style>
border-color css
<style>
span { border-color: #C47A53; }
span { border-color: rgb(196,122,83); }
td.TdClassName
{
border-color: #C47A53;
}
.TagClassName
{
border-color: #C47A53;
}
</style>