Shades of Brandy Punch #C47D4E
Tints of Brandy Punch #C47D4E
RGB
CMYK
RGB Variations
Color information
#C47D4E (or 0xC47D4E) is known color: Brandy Punch. HEX triplet: C4, 7D and 4E. RGB value is (196,125,78). Sum of RGB (Red+Green+Blue) = 196+125+78=399 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.12% from 399); Green value is 125 (49.22% from 255 or 31.33% from 399); Blue value is 78 (30.86% from 255 or 19.55% from 399); Max value from RGB is 196 - color contains mainly: red. Hex color #C47D4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47D4E is #3B82B1. Grayscale: #8D8D8D. Windows color (decimal): -3900082 or 5144004. OLE color: 5144004.
HSL color Cylindrical-coordinate representation of color #C47D4E: hue angle of 23.9º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C47D4E is Cyan = 0, Magento = 0.36, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 125 | 78 | - |
| CMYK | 0 | 0.36 | 0.60 | 0.23 |
| HSL | 23.9º | 0.5% | 0.54% | - |
| HSV(B) | 23.9º | 0.6% | 0.77% | - |
| XYZ | 31.47 | 26.95 | 10.75 | - |
| YUV | 140.87 | 92.52 | 167.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 125 | 78 | 0 | 0.36 | 0.60 | 0.23 | 23.9 | 0.5 | 0.54 |
| Hex | C4 | 7D | 4E | 0 | 24 | 3C | 17 | 18 | 32 | 36 |
| Octal | 304 | 175 | 116 | 0 | 44 | 74 | 27 | 30 | 62 | 66 |
| Binary | 11000100 | 1111101 | 1001110 | 0 | 100100 | 111100 | 10111 | 11000 | 110010 | 110110 |
Color Harmonies of #C47D4E
Complementary color
Monochromatic Colors of #C47D4E
Black with #C47D4E
Text Example
Text Example
White with #C47D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47D4E; }
p { color: rgb(196,125,78); }
H1.HeaderClassName
{
color: #C47D4E;
}
.AnyTagClassName
{
color: #C47D4E;
}
</style>
background-color css
<style>
a { background-color: #C47D4E; }
a { background-color: rgb(196,125,78); }
div.DivClassName
{
background-color: #C47D4E;
}
.BgClassName
{
background-color: #C47D4E;
}
</style>
border-color css
<style>
span { border-color: #C47D4E; }
span { border-color: rgb(196,125,78); }
td.TdClassName
{
border-color: #C47D4E;
}
.TagClassName
{
border-color: #C47D4E;
}
</style>