Shades of Brandy Punch #C47E47
Tints of Brandy Punch #C47E47
RGB
CMYK
RGB Variations
Color information
#C47E47 (or 0xC47E47) is known color: Brandy Punch. HEX triplet: C4, 7E and 47. RGB value is (196,126,71). Sum of RGB (Red+Green+Blue) = 196+126+71=393 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.87% from 393); Green value is 126 (49.61% from 255 or 32.06% from 393); Blue value is 71 (28.12% from 255 or 18.07% from 393); Max value from RGB is 196 - color contains mainly: red. Hex color #C47E47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47E47 is #3B81B8. Grayscale: #8C8C8C. Windows color (decimal): -3899833 or 4685508. OLE color: 4685508.
HSL color Cylindrical-coordinate representation of color #C47E47: hue angle of 26.4º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C47E47 is Cyan = 0, Magento = 0.36, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 126 | 71 | - |
| CMYK | 0 | 0.36 | 0.64 | 0.23 |
| HSL | 26.4º | 0.51% | 0.52% | - |
| HSV(B) | 26.4º | 0.64% | 0.77% | - |
| XYZ | 31.36 | 27.11 | 9.54 | - |
| YUV | 140.66 | 88.69 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 126 | 71 | 0 | 0.36 | 0.64 | 0.23 | 26.4 | 0.51 | 0.52 |
| Hex | C4 | 7E | 47 | 0 | 24 | 40 | 17 | 1A | 33 | 34 |
| Octal | 304 | 176 | 107 | 0 | 44 | 100 | 27 | 32 | 63 | 64 |
| Binary | 11000100 | 1111110 | 1000111 | 0 | 100100 | 1000000 | 10111 | 11010 | 110011 | 110100 |
Color Harmonies of #C47E47
Complementary color
Monochromatic Colors of #C47E47
Black with #C47E47
Text Example
Text Example
White with #C47E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47E47; }
p { color: rgb(196,126,71); }
H1.HeaderClassName
{
color: #C47E47;
}
.AnyTagClassName
{
color: #C47E47;
}
</style>
background-color css
<style>
a { background-color: #C47E47; }
a { background-color: rgb(196,126,71); }
div.DivClassName
{
background-color: #C47E47;
}
.BgClassName
{
background-color: #C47E47;
}
</style>
border-color css
<style>
span { border-color: #C47E47; }
span { border-color: rgb(196,126,71); }
td.TdClassName
{
border-color: #C47E47;
}
.TagClassName
{
border-color: #C47E47;
}
</style>