Shades of Brandy Punch #C47D46
Tints of Brandy Punch #C47D46
RGB
CMYK
RGB Variations
Color information
#C47D46 (or 0xC47D46) is known color: Brandy Punch. HEX triplet: C4, 7D and 46. RGB value is (196,125,70). Sum of RGB (Red+Green+Blue) = 196+125+70=391 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.13% from 391); Green value is 125 (49.22% from 255 or 31.97% from 391); Blue value is 70 (27.73% from 255 or 17.90% from 391); Max value from RGB is 196 - color contains mainly: red. Hex color #C47D46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47D46 is #3B82B9. Grayscale: #8C8C8C. Windows color (decimal): -3900090 or 4619716. OLE color: 4619716.
HSL color Cylindrical-coordinate representation of color #C47D46: hue angle of 26.19º degrees, saturation: 0.52, 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 #C47D46 is Cyan = 0, Magento = 0.36, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 125 | 70 | - |
| CMYK | 0 | 0.36 | 0.64 | 0.23 |
| HSL | 26.19º | 0.52% | 0.52% | - |
| HSV(B) | 26.19º | 0.64% | 0.77% | - |
| XYZ | 31.2 | 26.85 | 9.33 | - |
| YUV | 139.96 | 88.52 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 125 | 70 | 0 | 0.36 | 0.64 | 0.23 | 26.19 | 0.52 | 0.52 |
| Hex | C4 | 7D | 46 | 0 | 24 | 40 | 17 | 1A | 34 | 34 |
| Octal | 304 | 175 | 106 | 0 | 44 | 100 | 27 | 32 | 64 | 64 |
| Binary | 11000100 | 1111101 | 1000110 | 0 | 100100 | 1000000 | 10111 | 11010 | 110100 | 110100 |
Color Harmonies of #C47D46
Complementary color
Monochromatic Colors of #C47D46
Black with #C47D46
Text Example
Text Example
White with #C47D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47D46; }
p { color: rgb(196,125,70); }
H1.HeaderClassName
{
color: #C47D46;
}
.AnyTagClassName
{
color: #C47D46;
}
</style>
background-color css
<style>
a { background-color: #C47D46; }
a { background-color: rgb(196,125,70); }
div.DivClassName
{
background-color: #C47D46;
}
.BgClassName
{
background-color: #C47D46;
}
</style>
border-color css
<style>
span { border-color: #C47D46; }
span { border-color: rgb(196,125,70); }
td.TdClassName
{
border-color: #C47D46;
}
.TagClassName
{
border-color: #C47D46;
}
</style>