Shades of Brandy Punch #C58247
Tints of Brandy Punch #C58247
RGB
CMYK
RGB Variations
Color information
#C58247 (or 0xC58247) is known color: Brandy Punch. HEX triplet: C5, 82 and 47. RGB value is (197,130,71). Sum of RGB (Red+Green+Blue) = 197+130+71=398 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.50% from 398); Green value is 130 (51.17% from 255 or 32.66% from 398); Blue value is 71 (28.12% from 255 or 17.84% from 398); Max value from RGB is 197 - color contains mainly: red. Hex color #C58247 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58247 is #3A7DB8. Grayscale: #8F8F8F. Windows color (decimal): -3833273 or 4686533. OLE color: 4686533.
HSL color Cylindrical-coordinate representation of color #C58247: hue angle of 28.1º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C58247 is Cyan = 0, Magento = 0.34, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 130 | 71 | - |
| CMYK | 0 | 0.34 | 0.64 | 0.23 |
| HSL | 28.1º | 0.52% | 0.53% | - |
| HSV(B) | 28.1º | 0.64% | 0.77% | - |
| XYZ | 32.15 | 28.29 | 9.73 | - |
| YUV | 143.31 | 87.2 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 130 | 71 | 0 | 0.34 | 0.64 | 0.23 | 28.1 | 0.52 | 0.53 |
| Hex | C5 | 82 | 47 | 0 | 22 | 40 | 17 | 1C | 34 | 35 |
| Octal | 305 | 202 | 107 | 0 | 42 | 100 | 27 | 34 | 64 | 65 |
| Binary | 11000101 | 10000010 | 1000111 | 0 | 100010 | 1000000 | 10111 | 11100 | 110100 | 110101 |
Color Harmonies of #C58247
Complementary color
Monochromatic Colors of #C58247
Black with #C58247
Text Example
Text Example
White with #C58247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58247; }
p { color: rgb(197,130,71); }
H1.HeaderClassName
{
color: #C58247;
}
.AnyTagClassName
{
color: #C58247;
}
</style>
background-color css
<style>
a { background-color: #C58247; }
a { background-color: rgb(197,130,71); }
div.DivClassName
{
background-color: #C58247;
}
.BgClassName
{
background-color: #C58247;
}
</style>
border-color css
<style>
span { border-color: #C58247; }
span { border-color: rgb(197,130,71); }
td.TdClassName
{
border-color: #C58247;
}
.TagClassName
{
border-color: #C58247;
}
</style>