Shades of Brandy Punch #C58246
Tints of Brandy Punch #C58246
RGB
CMYK
RGB Variations
Color information
#C58246 (or 0xC58246) is known color: Brandy Punch. HEX triplet: C5, 82 and 46. RGB value is (197,130,70). Sum of RGB (Red+Green+Blue) = 197+130+70=397 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.62% from 397); Green value is 130 (51.17% from 255 or 32.75% from 397); Blue value is 70 (27.73% from 255 or 17.63% from 397); Max value from RGB is 197 - color contains mainly: red. Hex color #C58246 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58246 is #3A7DB9. Grayscale: #8F8F8F. Windows color (decimal): -3833274 or 4620997. OLE color: 4620997.
HSL color Cylindrical-coordinate representation of color #C58246: hue angle of 28.35º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C58246 is Cyan = 0, Magento = 0.34, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 130 | 70 | - |
| CMYK | 0 | 0.34 | 0.64 | 0.23 |
| HSL | 28.35º | 0.52% | 0.52% | - |
| HSV(B) | 28.35º | 0.64% | 0.77% | - |
| XYZ | 32.11 | 28.28 | 9.56 | - |
| YUV | 143.19 | 86.7 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 130 | 70 | 0 | 0.34 | 0.64 | 0.23 | 28.35 | 0.52 | 0.52 |
| Hex | C5 | 82 | 46 | 0 | 22 | 40 | 17 | 1C | 34 | 34 |
| Octal | 305 | 202 | 106 | 0 | 42 | 100 | 27 | 34 | 64 | 64 |
| Binary | 11000101 | 10000010 | 1000110 | 0 | 100010 | 1000000 | 10111 | 11100 | 110100 | 110100 |
Color Harmonies of #C58246
Complementary color
Monochromatic Colors of #C58246
Black with #C58246
Text Example
Text Example
White with #C58246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58246; }
p { color: rgb(197,130,70); }
H1.HeaderClassName
{
color: #C58246;
}
.AnyTagClassName
{
color: #C58246;
}
</style>
background-color css
<style>
a { background-color: #C58246; }
a { background-color: rgb(197,130,70); }
div.DivClassName
{
background-color: #C58246;
}
.BgClassName
{
background-color: #C58246;
}
</style>
border-color css
<style>
span { border-color: #C58246; }
span { border-color: rgb(197,130,70); }
td.TdClassName
{
border-color: #C58246;
}
.TagClassName
{
border-color: #C58246;
}
</style>