Shades of Brandy Punch #C47949
Tints of Brandy Punch #C47949
RGB
CMYK
RGB Variations
Color information
#C47949 (or 0xC47949) is known color: Brandy Punch. HEX triplet: C4, 79 and 49. RGB value is (196,121,73). Sum of RGB (Red+Green+Blue) = 196+121+73=390 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.26% from 390); Green value is 121 (47.66% from 255 or 31.03% from 390); Blue value is 73 (28.91% from 255 or 18.72% from 390); Max value from RGB is 196 - color contains mainly: red. Hex color #C47949 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47949 is #3B86B6. Grayscale: #8A8A8A. Windows color (decimal): -3901111 or 4815300. OLE color: 4815300.
HSL color Cylindrical-coordinate representation of color #C47949: hue angle of 23.41º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C47949 is Cyan = 0, Magento = 0.38, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 121 | 73 | - |
| CMYK | 0 | 0.38 | 0.63 | 0.23 |
| HSL | 23.41º | 0.51% | 0.53% | - |
| HSV(B) | 23.41º | 0.63% | 0.77% | - |
| XYZ | 30.8 | 25.89 | 9.68 | - |
| YUV | 137.95 | 91.35 | 169.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 121 | 73 | 0 | 0.38 | 0.63 | 0.23 | 23.41 | 0.51 | 0.53 |
| Hex | C4 | 79 | 49 | 0 | 26 | 3F | 17 | 17 | 33 | 35 |
| Octal | 304 | 171 | 111 | 0 | 46 | 77 | 27 | 27 | 63 | 65 |
| Binary | 11000100 | 1111001 | 1001001 | 0 | 100110 | 111111 | 10111 | 10111 | 110011 | 110101 |
Color Harmonies of #C47949
Complementary color
Monochromatic Colors of #C47949
Black with #C47949
Text Example
Text Example
White with #C47949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47949; }
p { color: rgb(196,121,73); }
H1.HeaderClassName
{
color: #C47949;
}
.AnyTagClassName
{
color: #C47949;
}
</style>
background-color css
<style>
a { background-color: #C47949; }
a { background-color: rgb(196,121,73); }
div.DivClassName
{
background-color: #C47949;
}
.BgClassName
{
background-color: #C47949;
}
</style>
border-color css
<style>
span { border-color: #C47949; }
span { border-color: rgb(196,121,73); }
td.TdClassName
{
border-color: #C47949;
}
.TagClassName
{
border-color: #C47949;
}
</style>