Shades of Brandy Punch #C5834D
Tints of Brandy Punch #C5834D
RGB
CMYK
RGB Variations
Color information
#C5834D (or 0xC5834D) is known color: Brandy Punch. HEX triplet: C5, 83 and 4D. RGB value is (197,131,77). Sum of RGB (Red+Green+Blue) = 197+131+77=405 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.64% from 405); Green value is 131 (51.56% from 255 or 32.35% from 405); Blue value is 77 (30.47% from 255 or 19.01% from 405); Max value from RGB is 197 - color contains mainly: red. Hex color #C5834D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5834D is #3A7CB2. Grayscale: #909090. Windows color (decimal): -3833011 or 5080005. OLE color: 5080005.
HSL color Cylindrical-coordinate representation of color #C5834D: hue angle of 27º degrees, saturation: 0.51, 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 #C5834D is Cyan = 0, Magento = 0.34, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 131 | 77 | - |
| CMYK | 0 | 0.34 | 0.61 | 0.23 |
| HSL | 27º | 0.51% | 0.54% | - |
| HSV(B) | 27º | 0.61% | 0.77% | - |
| XYZ | 32.48 | 28.64 | 10.84 | - |
| YUV | 144.58 | 89.87 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 131 | 77 | 0 | 0.34 | 0.61 | 0.23 | 27 | 0.51 | 0.54 |
| Hex | C5 | 83 | 4D | 0 | 22 | 3D | 17 | 1B | 33 | 36 |
| Octal | 305 | 203 | 115 | 0 | 42 | 75 | 27 | 33 | 63 | 66 |
| Binary | 11000101 | 10000011 | 1001101 | 0 | 100010 | 111101 | 10111 | 11011 | 110011 | 110110 |
Color Harmonies of #C5834D
Complementary color
Monochromatic Colors of #C5834D
Black with #C5834D
Text Example
Text Example
White with #C5834D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5834D; }
p { color: rgb(197,131,77); }
H1.HeaderClassName
{
color: #C5834D;
}
.AnyTagClassName
{
color: #C5834D;
}
</style>
background-color css
<style>
a { background-color: #C5834D; }
a { background-color: rgb(197,131,77); }
div.DivClassName
{
background-color: #C5834D;
}
.BgClassName
{
background-color: #C5834D;
}
</style>
border-color css
<style>
span { border-color: #C5834D; }
span { border-color: rgb(197,131,77); }
td.TdClassName
{
border-color: #C5834D;
}
.TagClassName
{
border-color: #C5834D;
}
</style>