Shades of Brandy Punch #C47C3E
Tints of Brandy Punch #C47C3E
RGB
CMYK
RGB Variations
Color information
#C47C3E (or 0xC47C3E) is known color: Brandy Punch. HEX triplet: C4, 7C and 3E. RGB value is (196,124,62). Sum of RGB (Red+Green+Blue) = 196+124+62=382 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.31% from 382); Green value is 124 (48.83% from 255 or 32.46% from 382); Blue value is 62 (24.61% from 255 or 16.23% from 382); Max value from RGB is 196 - color contains mainly: red. Hex color #C47C3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47C3E is #3B83C1. Grayscale: #8A8A8A. Windows color (decimal): -3900354 or 4095172. OLE color: 4095172.
HSL color Cylindrical-coordinate representation of color #C47C3E: hue angle of 27.76º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C47C3E is Cyan = 0, Magento = 0.37, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 124 | 62 | - |
| CMYK | 0 | 0.37 | 0.68 | 0.23 |
| HSL | 27.76º | 0.53% | 0.51% | - |
| HSV(B) | 27.76º | 0.68% | 0.77% | - |
| XYZ | 30.84 | 26.5 | 8.05 | - |
| YUV | 138.46 | 84.85 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 124 | 62 | 0 | 0.37 | 0.68 | 0.23 | 27.76 | 0.53 | 0.51 |
| Hex | C4 | 7C | 3E | 0 | 25 | 44 | 17 | 1C | 35 | 33 |
| Octal | 304 | 174 | 76 | 0 | 45 | 104 | 27 | 34 | 65 | 63 |
| Binary | 11000100 | 1111100 | 111110 | 0 | 100101 | 1000100 | 10111 | 11100 | 110101 | 110011 |
Color Harmonies of #C47C3E
Complementary color
Monochromatic Colors of #C47C3E
Black with #C47C3E
Text Example
Text Example
White with #C47C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47C3E; }
p { color: rgb(196,124,62); }
H1.HeaderClassName
{
color: #C47C3E;
}
.AnyTagClassName
{
color: #C47C3E;
}
</style>
background-color css
<style>
a { background-color: #C47C3E; }
a { background-color: rgb(196,124,62); }
div.DivClassName
{
background-color: #C47C3E;
}
.BgClassName
{
background-color: #C47C3E;
}
</style>
border-color css
<style>
span { border-color: #C47C3E; }
span { border-color: rgb(196,124,62); }
td.TdClassName
{
border-color: #C47C3E;
}
.TagClassName
{
border-color: #C47C3E;
}
</style>