Shades of Brandy Punch #C4844E
Tints of Brandy Punch #C4844E
RGB
CMYK
RGB Variations
Color information
#C4844E (or 0xC4844E) is known color: Brandy Punch. HEX triplet: C4, 84 and 4E. RGB value is (196,132,78). Sum of RGB (Red+Green+Blue) = 196+132+78=406 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.28% from 406); Green value is 132 (51.95% from 255 or 32.51% from 406); Blue value is 78 (30.86% from 255 or 19.21% from 406); Max value from RGB is 196 - color contains mainly: red. Hex color #C4844E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4844E is #3B7BB1. Grayscale: #919191. Windows color (decimal): -3898290 or 5145796. OLE color: 5145796.
HSL color Cylindrical-coordinate representation of color #C4844E: hue angle of 27.46º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C4844E is Cyan = 0, Magento = 0.33, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 132 | 78 | - |
| CMYK | 0 | 0.33 | 0.60 | 0.23 |
| HSL | 27.46º | 0.5% | 0.54% | - |
| HSV(B) | 27.46º | 0.6% | 0.77% | - |
| XYZ | 32.39 | 28.79 | 11.06 | - |
| YUV | 144.98 | 90.2 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 132 | 78 | 0 | 0.33 | 0.60 | 0.23 | 27.46 | 0.5 | 0.54 |
| Hex | C4 | 84 | 4E | 0 | 21 | 3C | 17 | 1B | 32 | 36 |
| Octal | 304 | 204 | 116 | 0 | 41 | 74 | 27 | 33 | 62 | 66 |
| Binary | 11000100 | 10000100 | 1001110 | 0 | 100001 | 111100 | 10111 | 11011 | 110010 | 110110 |
Color Harmonies of #C4844E
Complementary color
Monochromatic Colors of #C4844E
Black with #C4844E
Text Example
Text Example
White with #C4844E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4844E; }
p { color: rgb(196,132,78); }
H1.HeaderClassName
{
color: #C4844E;
}
.AnyTagClassName
{
color: #C4844E;
}
</style>
background-color css
<style>
a { background-color: #C4844E; }
a { background-color: rgb(196,132,78); }
div.DivClassName
{
background-color: #C4844E;
}
.BgClassName
{
background-color: #C4844E;
}
</style>
border-color css
<style>
span { border-color: #C4844E; }
span { border-color: rgb(196,132,78); }
td.TdClassName
{
border-color: #C4844E;
}
.TagClassName
{
border-color: #C4844E;
}
</style>