Shades of Brandy Punch #C47847
Tints of Brandy Punch #C47847
RGB
CMYK
RGB Variations
Color information
#C47847 (or 0xC47847) is known color: Brandy Punch. HEX triplet: C4, 78 and 47. RGB value is (196,120,71). Sum of RGB (Red+Green+Blue) = 196+120+71=387 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.65% from 387); Green value is 120 (47.27% from 255 or 31.01% from 387); Blue value is 71 (28.12% from 255 or 18.35% from 387); Max value from RGB is 196 - color contains mainly: red. Hex color #C47847 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47847 is #3B87B8. Grayscale: #898989. Windows color (decimal): -3901369 or 4683972. OLE color: 4683972.
HSL color Cylindrical-coordinate representation of color #C47847: hue angle of 23.52º 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 #C47847 is Cyan = 0, Magento = 0.39, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 120 | 71 | - |
| CMYK | 0 | 0.39 | 0.64 | 0.23 |
| HSL | 23.52º | 0.51% | 0.52% | - |
| HSV(B) | 23.52º | 0.64% | 0.77% | - |
| XYZ | 30.62 | 25.62 | 9.29 | - |
| YUV | 137.14 | 90.68 | 169.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 120 | 71 | 0 | 0.39 | 0.64 | 0.23 | 23.52 | 0.51 | 0.52 |
| Hex | C4 | 78 | 47 | 0 | 27 | 40 | 17 | 18 | 33 | 34 |
| Octal | 304 | 170 | 107 | 0 | 47 | 100 | 27 | 30 | 63 | 64 |
| Binary | 11000100 | 1111000 | 1000111 | 0 | 100111 | 1000000 | 10111 | 11000 | 110011 | 110100 |
Color Harmonies of #C47847
Complementary color
Monochromatic Colors of #C47847
Black with #C47847
Text Example
Text Example
White with #C47847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47847; }
p { color: rgb(196,120,71); }
H1.HeaderClassName
{
color: #C47847;
}
.AnyTagClassName
{
color: #C47847;
}
</style>
background-color css
<style>
a { background-color: #C47847; }
a { background-color: rgb(196,120,71); }
div.DivClassName
{
background-color: #C47847;
}
.BgClassName
{
background-color: #C47847;
}
</style>
border-color css
<style>
span { border-color: #C47847; }
span { border-color: rgb(196,120,71); }
td.TdClassName
{
border-color: #C47847;
}
.TagClassName
{
border-color: #C47847;
}
</style>