Shades of Brandy Punch #C47E4A
Tints of Brandy Punch #C47E4A
RGB
CMYK
RGB Variations
Color information
#C47E4A (or 0xC47E4A) is known color: Brandy Punch. HEX triplet: C4, 7E and 4A. RGB value is (196,126,74). Sum of RGB (Red+Green+Blue) = 196+126+74=396 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.49% from 396); Green value is 126 (49.61% from 255 or 31.82% from 396); Blue value is 74 (29.30% from 255 or 18.69% from 396); Max value from RGB is 196 - color contains mainly: red. Hex color #C47E4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47E4A is #3B81B5. Grayscale: #8D8D8D. Windows color (decimal): -3899830 or 4882116. OLE color: 4882116.
HSL color Cylindrical-coordinate representation of color #C47E4A: hue angle of 25.57º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C47E4A is Cyan = 0, Magento = 0.36, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 126 | 74 | - |
| CMYK | 0 | 0.36 | 0.62 | 0.23 |
| HSL | 25.57º | 0.51% | 0.53% | - |
| HSV(B) | 25.57º | 0.62% | 0.77% | - |
| XYZ | 31.46 | 27.15 | 10.06 | - |
| YUV | 141 | 90.19 | 167.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 126 | 74 | 0 | 0.36 | 0.62 | 0.23 | 25.57 | 0.51 | 0.53 |
| Hex | C4 | 7E | 4A | 0 | 24 | 3E | 17 | 1A | 33 | 35 |
| Octal | 304 | 176 | 112 | 0 | 44 | 76 | 27 | 32 | 63 | 65 |
| Binary | 11000100 | 1111110 | 1001010 | 0 | 100100 | 111110 | 10111 | 11010 | 110011 | 110101 |
Color Harmonies of #C47E4A
Complementary color
Monochromatic Colors of #C47E4A
Black with #C47E4A
Text Example
Text Example
White with #C47E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47E4A; }
p { color: rgb(196,126,74); }
H1.HeaderClassName
{
color: #C47E4A;
}
.AnyTagClassName
{
color: #C47E4A;
}
</style>
background-color css
<style>
a { background-color: #C47E4A; }
a { background-color: rgb(196,126,74); }
div.DivClassName
{
background-color: #C47E4A;
}
.BgClassName
{
background-color: #C47E4A;
}
</style>
border-color css
<style>
span { border-color: #C47E4A; }
span { border-color: rgb(196,126,74); }
td.TdClassName
{
border-color: #C47E4A;
}
.TagClassName
{
border-color: #C47E4A;
}
</style>