Shades of Brandy Punch #C4834D
Tints of Brandy Punch #C4834D
RGB
CMYK
RGB Variations
Color information
#C4834D (or 0xC4834D) is known color: Brandy Punch. HEX triplet: C4, 83 and 4D. RGB value is (196,131,77). Sum of RGB (Red+Green+Blue) = 196+131+77=404 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.51% from 404); Green value is 131 (51.56% from 255 or 32.43% from 404); Blue value is 77 (30.47% from 255 or 19.06% from 404); Max value from RGB is 196 - color contains mainly: red. Hex color #C4834D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4834D is #3B7CB2. Grayscale: #909090. Windows color (decimal): -3898547 or 5080004. OLE color: 5080004.
HSL color Cylindrical-coordinate representation of color #C4834D: hue angle of 27.23º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C4834D is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 131 | 77 | - |
| CMYK | 0 | 0.33 | 0.61 | 0.23 |
| HSL | 27.23º | 0.5% | 0.54% | - |
| HSV(B) | 27.23º | 0.61% | 0.77% | - |
| XYZ | 32.22 | 28.5 | 10.82 | - |
| YUV | 144.28 | 90.03 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 131 | 77 | 0 | 0.33 | 0.61 | 0.23 | 27.23 | 0.5 | 0.54 |
| Hex | C4 | 83 | 4D | 0 | 21 | 3D | 17 | 1B | 32 | 36 |
| Octal | 304 | 203 | 115 | 0 | 41 | 75 | 27 | 33 | 62 | 66 |
| Binary | 11000100 | 10000011 | 1001101 | 0 | 100001 | 111101 | 10111 | 11011 | 110010 | 110110 |
Color Harmonies of #C4834D
Complementary color
Monochromatic Colors of #C4834D
Black with #C4834D
Text Example
Text Example
White with #C4834D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4834D; }
p { color: rgb(196,131,77); }
H1.HeaderClassName
{
color: #C4834D;
}
.AnyTagClassName
{
color: #C4834D;
}
</style>
background-color css
<style>
a { background-color: #C4834D; }
a { background-color: rgb(196,131,77); }
div.DivClassName
{
background-color: #C4834D;
}
.BgClassName
{
background-color: #C4834D;
}
</style>
border-color css
<style>
span { border-color: #C4834D; }
span { border-color: rgb(196,131,77); }
td.TdClassName
{
border-color: #C4834D;
}
.TagClassName
{
border-color: #C4834D;
}
</style>