Shades of Brandy Punch #C47C3B
Tints of Brandy Punch #C47C3B
RGB
CMYK
RGB Variations
Color information
#C47C3B (or 0xC47C3B) is known color: Brandy Punch. HEX triplet: C4, 7C and 3B. RGB value is (196,124,59). Sum of RGB (Red+Green+Blue) = 196+124+59=379 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.72% from 379); Green value is 124 (48.83% from 255 or 32.72% from 379); Blue value is 59 (23.44% from 255 or 15.57% from 379); Max value from RGB is 196 - color contains mainly: red. Hex color #C47C3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47C3B is #3B83C4. Grayscale: #8A8A8A. Windows color (decimal): -3900357 or 3898564. OLE color: 3898564.
HSL color Cylindrical-coordinate representation of color #C47C3B: hue angle of 28.47º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C47C3B is Cyan = 0, Magento = 0.37, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 124 | 59 | - |
| CMYK | 0 | 0.37 | 0.70 | 0.23 |
| HSL | 28.47º | 0.54% | 0.5% | - |
| HSV(B) | 28.47º | 0.7% | 0.77% | - |
| XYZ | 30.76 | 26.47 | 7.62 | - |
| YUV | 138.12 | 83.35 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 124 | 59 | 0 | 0.37 | 0.70 | 0.23 | 28.47 | 0.54 | 0.5 |
| Hex | C4 | 7C | 3B | 0 | 25 | 46 | 17 | 1C | 36 | 32 |
| Octal | 304 | 174 | 73 | 0 | 45 | 106 | 27 | 34 | 66 | 62 |
| Binary | 11000100 | 1111100 | 111011 | 0 | 100101 | 1000110 | 10111 | 11100 | 110110 | 110010 |
Color Harmonies of #C47C3B
Complementary color
Monochromatic Colors of #C47C3B
Black with #C47C3B
Text Example
Text Example
White with #C47C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47C3B; }
p { color: rgb(196,124,59); }
H1.HeaderClassName
{
color: #C47C3B;
}
.AnyTagClassName
{
color: #C47C3B;
}
</style>
background-color css
<style>
a { background-color: #C47C3B; }
a { background-color: rgb(196,124,59); }
div.DivClassName
{
background-color: #C47C3B;
}
.BgClassName
{
background-color: #C47C3B;
}
</style>
border-color css
<style>
span { border-color: #C47C3B; }
span { border-color: rgb(196,124,59); }
td.TdClassName
{
border-color: #C47C3B;
}
.TagClassName
{
border-color: #C47C3B;
}
</style>