Shades of Brandy Punch #C47A3E
Tints of Brandy Punch #C47A3E
RGB
CMYK
RGB Variations
Color information
#C47A3E (or 0xC47A3E) is known color: Brandy Punch. HEX triplet: C4, 7A and 3E. RGB value is (196,122,62). Sum of RGB (Red+Green+Blue) = 196+122+62=380 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.58% from 380); Green value is 122 (48.05% from 255 or 32.11% from 380); Blue value is 62 (24.61% from 255 or 16.32% from 380); Max value from RGB is 196 - color contains mainly: red. Hex color #C47A3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47A3E is #3B85C1. Grayscale: #898989. Windows color (decimal): -3900866 or 4094660. OLE color: 4094660.
HSL color Cylindrical-coordinate representation of color #C47A3E: hue angle of 26.87º 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 #C47A3E is Cyan = 0, Magento = 0.38, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 122 | 62 | - |
| CMYK | 0 | 0.38 | 0.68 | 0.23 |
| HSL | 26.87º | 0.53% | 0.51% | - |
| HSV(B) | 26.87º | 0.68% | 0.77% | - |
| XYZ | 30.59 | 26 | 7.96 | - |
| YUV | 137.29 | 85.52 | 169.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 122 | 62 | 0 | 0.38 | 0.68 | 0.23 | 26.87 | 0.53 | 0.51 |
| Hex | C4 | 7A | 3E | 0 | 26 | 44 | 17 | 1B | 35 | 33 |
| Octal | 304 | 172 | 76 | 0 | 46 | 104 | 27 | 33 | 65 | 63 |
| Binary | 11000100 | 1111010 | 111110 | 0 | 100110 | 1000100 | 10111 | 11011 | 110101 | 110011 |
Color Harmonies of #C47A3E
Complementary color
Monochromatic Colors of #C47A3E
Black with #C47A3E
Text Example
Text Example
White with #C47A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47A3E; }
p { color: rgb(196,122,62); }
H1.HeaderClassName
{
color: #C47A3E;
}
.AnyTagClassName
{
color: #C47A3E;
}
</style>
background-color css
<style>
a { background-color: #C47A3E; }
a { background-color: rgb(196,122,62); }
div.DivClassName
{
background-color: #C47A3E;
}
.BgClassName
{
background-color: #C47A3E;
}
</style>
border-color css
<style>
span { border-color: #C47A3E; }
span { border-color: rgb(196,122,62); }
td.TdClassName
{
border-color: #C47A3E;
}
.TagClassName
{
border-color: #C47A3E;
}
</style>