Shades of Brandy Punch #C47B3E
Tints of Brandy Punch #C47B3E
RGB
CMYK
RGB Variations
Color information
#C47B3E (or 0xC47B3E) is known color: Brandy Punch. HEX triplet: C4, 7B and 3E. RGB value is (196,123,62). Sum of RGB (Red+Green+Blue) = 196+123+62=381 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.44% from 381); Green value is 123 (48.44% from 255 or 32.28% from 381); Blue value is 62 (24.61% from 255 or 16.27% from 381); Max value from RGB is 196 - color contains mainly: red. Hex color #C47B3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47B3E is #3B84C1. Grayscale: #8A8A8A. Windows color (decimal): -3900610 or 4094916. OLE color: 4094916.
HSL color Cylindrical-coordinate representation of color #C47B3E: hue angle of 27.31º 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 #C47B3E is Cyan = 0, Magento = 0.37, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 123 | 62 | - |
| CMYK | 0 | 0.37 | 0.68 | 0.23 |
| HSL | 27.31º | 0.53% | 0.51% | - |
| HSV(B) | 27.31º | 0.68% | 0.77% | - |
| XYZ | 30.72 | 26.25 | 8.01 | - |
| YUV | 137.87 | 85.18 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 123 | 62 | 0 | 0.37 | 0.68 | 0.23 | 27.31 | 0.53 | 0.51 |
| Hex | C4 | 7B | 3E | 0 | 25 | 44 | 17 | 1B | 35 | 33 |
| Octal | 304 | 173 | 76 | 0 | 45 | 104 | 27 | 33 | 65 | 63 |
| Binary | 11000100 | 1111011 | 111110 | 0 | 100101 | 1000100 | 10111 | 11011 | 110101 | 110011 |
Color Harmonies of #C47B3E
Complementary color
Monochromatic Colors of #C47B3E
Black with #C47B3E
Text Example
Text Example
White with #C47B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47B3E; }
p { color: rgb(196,123,62); }
H1.HeaderClassName
{
color: #C47B3E;
}
.AnyTagClassName
{
color: #C47B3E;
}
</style>
background-color css
<style>
a { background-color: #C47B3E; }
a { background-color: rgb(196,123,62); }
div.DivClassName
{
background-color: #C47B3E;
}
.BgClassName
{
background-color: #C47B3E;
}
</style>
border-color css
<style>
span { border-color: #C47B3E; }
span { border-color: rgb(196,123,62); }
td.TdClassName
{
border-color: #C47B3E;
}
.TagClassName
{
border-color: #C47B3E;
}
</style>