Shades of Brandy Punch #C57747
Tints of Brandy Punch #C57747
RGB
CMYK
RGB Variations
Color information
#C57747 (or 0xC57747) is known color: Brandy Punch. HEX triplet: C5, 77 and 47. RGB value is (197,119,71). Sum of RGB (Red+Green+Blue) = 197+119+71=387 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.90% from 387); Green value is 119 (46.88% from 255 or 30.75% from 387); Blue value is 71 (28.12% from 255 or 18.35% from 387); Max value from RGB is 197 - color contains mainly: red. Hex color #C57747 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57747 is #3A88B8. Grayscale: #898989. Windows color (decimal): -3836089 or 4683717. OLE color: 4683717.
HSL color Cylindrical-coordinate representation of color #C57747: hue angle of 22.86º 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 #C57747 is Cyan = 0, Magento = 0.40, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 119 | 71 | - |
| CMYK | 0 | 0.40 | 0.64 | 0.23 |
| HSL | 22.86º | 0.52% | 0.53% | - |
| HSV(B) | 22.86º | 0.64% | 0.77% | - |
| XYZ | 30.76 | 25.52 | 9.27 | - |
| YUV | 136.85 | 90.84 | 170.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 119 | 71 | 0 | 0.40 | 0.64 | 0.23 | 22.86 | 0.52 | 0.53 |
| Hex | C5 | 77 | 47 | 0 | 28 | 40 | 17 | 17 | 34 | 35 |
| Octal | 305 | 167 | 107 | 0 | 50 | 100 | 27 | 27 | 64 | 65 |
| Binary | 11000101 | 1110111 | 1000111 | 0 | 101000 | 1000000 | 10111 | 10111 | 110100 | 110101 |
Color Harmonies of #C57747
Complementary color
Monochromatic Colors of #C57747
Black with #C57747
Text Example
Text Example
White with #C57747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57747; }
p { color: rgb(197,119,71); }
H1.HeaderClassName
{
color: #C57747;
}
.AnyTagClassName
{
color: #C57747;
}
</style>
background-color css
<style>
a { background-color: #C57747; }
a { background-color: rgb(197,119,71); }
div.DivClassName
{
background-color: #C57747;
}
.BgClassName
{
background-color: #C57747;
}
</style>
border-color css
<style>
span { border-color: #C57747; }
span { border-color: rgb(197,119,71); }
td.TdClassName
{
border-color: #C57747;
}
.TagClassName
{
border-color: #C57747;
}
</style>