Shades of Brandy Punch #C57C3A
Tints of Brandy Punch #C57C3A
RGB
CMYK
RGB Variations
Color information
#C57C3A (or 0xC57C3A) is known color: Brandy Punch. HEX triplet: C5, 7C and 3A. RGB value is (197,124,58). Sum of RGB (Red+Green+Blue) = 197+124+58=379 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.98% from 379); Green value is 124 (48.83% from 255 or 32.72% from 379); Blue value is 58 (23.05% from 255 or 15.30% from 379); Max value from RGB is 197 - color contains mainly: red. Hex color #C57C3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57C3A is #3A83C5. Grayscale: #8A8A8A. Windows color (decimal): -3834822 or 3833029. OLE color: 3833029.
HSL color Cylindrical-coordinate representation of color #C57C3A: hue angle of 28.49º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C57C3A is Cyan = 0, Magento = 0.37, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 124 | 58 | - |
| CMYK | 0 | 0.37 | 0.71 | 0.23 |
| HSL | 28.49º | 0.55% | 0.5% | - |
| HSV(B) | 28.49º | 0.71% | 0.77% | - |
| XYZ | 31 | 26.59 | 7.5 | - |
| YUV | 138.3 | 82.68 | 169.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 124 | 58 | 0 | 0.37 | 0.71 | 0.23 | 28.49 | 0.55 | 0.5 |
| Hex | C5 | 7C | 3A | 0 | 25 | 47 | 17 | 1C | 37 | 32 |
| Octal | 305 | 174 | 72 | 0 | 45 | 107 | 27 | 34 | 67 | 62 |
| Binary | 11000101 | 1111100 | 111010 | 0 | 100101 | 1000111 | 10111 | 11100 | 110111 | 110010 |
Color Harmonies of #C57C3A
Complementary color
Monochromatic Colors of #C57C3A
Black with #C57C3A
Text Example
Text Example
White with #C57C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57C3A; }
p { color: rgb(197,124,58); }
H1.HeaderClassName
{
color: #C57C3A;
}
.AnyTagClassName
{
color: #C57C3A;
}
</style>
background-color css
<style>
a { background-color: #C57C3A; }
a { background-color: rgb(197,124,58); }
div.DivClassName
{
background-color: #C57C3A;
}
.BgClassName
{
background-color: #C57C3A;
}
</style>
border-color css
<style>
span { border-color: #C57C3A; }
span { border-color: rgb(197,124,58); }
td.TdClassName
{
border-color: #C57C3A;
}
.TagClassName
{
border-color: #C57C3A;
}
</style>