Shades of Brandy Punch #C47940
Tints of Brandy Punch #C47940
RGB
CMYK
RGB Variations
Color information
#C47940 (or 0xC47940) is known color: Brandy Punch. HEX triplet: C4, 79 and 40. RGB value is (196,121,64). Sum of RGB (Red+Green+Blue) = 196+121+64=381 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.44% from 381); Green value is 121 (47.66% from 255 or 31.76% from 381); Blue value is 64 (25.39% from 255 or 16.80% from 381); Max value from RGB is 196 - color contains mainly: red. Hex color #C47940 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47940 is #3B86BF. Grayscale: #898989. Windows color (decimal): -3901120 or 4225476. OLE color: 4225476.
HSL color Cylindrical-coordinate representation of color #C47940: hue angle of 25.91º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C47940 is Cyan = 0, Magento = 0.38, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 121 | 64 | - |
| CMYK | 0 | 0.38 | 0.67 | 0.23 |
| HSL | 25.91º | 0.53% | 0.51% | - |
| HSV(B) | 25.91º | 0.67% | 0.77% | - |
| XYZ | 30.53 | 25.78 | 8.22 | - |
| YUV | 136.93 | 86.85 | 170.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 121 | 64 | 0 | 0.38 | 0.67 | 0.23 | 25.91 | 0.53 | 0.51 |
| Hex | C4 | 79 | 40 | 0 | 26 | 43 | 17 | 1A | 35 | 33 |
| Octal | 304 | 171 | 100 | 0 | 46 | 103 | 27 | 32 | 65 | 63 |
| Binary | 11000100 | 1111001 | 1000000 | 0 | 100110 | 1000011 | 10111 | 11010 | 110101 | 110011 |
Color Harmonies of #C47940
Complementary color
Monochromatic Colors of #C47940
Black with #C47940
Text Example
Text Example
White with #C47940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47940; }
p { color: rgb(196,121,64); }
H1.HeaderClassName
{
color: #C47940;
}
.AnyTagClassName
{
color: #C47940;
}
</style>
background-color css
<style>
a { background-color: #C47940; }
a { background-color: rgb(196,121,64); }
div.DivClassName
{
background-color: #C47940;
}
.BgClassName
{
background-color: #C47940;
}
</style>
border-color css
<style>
span { border-color: #C47940; }
span { border-color: rgb(196,121,64); }
td.TdClassName
{
border-color: #C47940;
}
.TagClassName
{
border-color: #C47940;
}
</style>