Shades of Brandy Punch #C57D3C
Tints of Brandy Punch #C57D3C
RGB
CMYK
RGB Variations
Color information
#C57D3C (or 0xC57D3C) is known color: Brandy Punch. HEX triplet: C5, 7D and 3C. RGB value is (197,125,60). Sum of RGB (Red+Green+Blue) = 197+125+60=382 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.57% from 382); Green value is 125 (49.22% from 255 or 32.72% from 382); Blue value is 60 (23.83% from 255 or 15.71% from 382); Max value from RGB is 197 - color contains mainly: red. Hex color #C57D3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57D3C is #3A82C3. Grayscale: #8B8B8B. Windows color (decimal): -3834564 or 3964357. OLE color: 3964357.
HSL color Cylindrical-coordinate representation of color #C57D3C: hue angle of 28.47º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C57D3C is Cyan = 0, Magento = 0.37, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 125 | 60 | - |
| CMYK | 0 | 0.37 | 0.70 | 0.23 |
| HSL | 28.47º | 0.54% | 0.5% | - |
| HSV(B) | 28.47º | 0.7% | 0.77% | - |
| XYZ | 31.18 | 26.86 | 7.82 | - |
| YUV | 139.12 | 83.35 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 125 | 60 | 0 | 0.37 | 0.70 | 0.23 | 28.47 | 0.54 | 0.5 |
| Hex | C5 | 7D | 3C | 0 | 25 | 46 | 17 | 1C | 36 | 32 |
| Octal | 305 | 175 | 74 | 0 | 45 | 106 | 27 | 34 | 66 | 62 |
| Binary | 11000101 | 1111101 | 111100 | 0 | 100101 | 1000110 | 10111 | 11100 | 110110 | 110010 |
Color Harmonies of #C57D3C
Complementary color
Monochromatic Colors of #C57D3C
Black with #C57D3C
Text Example
Text Example
White with #C57D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57D3C; }
p { color: rgb(197,125,60); }
H1.HeaderClassName
{
color: #C57D3C;
}
.AnyTagClassName
{
color: #C57D3C;
}
</style>
background-color css
<style>
a { background-color: #C57D3C; }
a { background-color: rgb(197,125,60); }
div.DivClassName
{
background-color: #C57D3C;
}
.BgClassName
{
background-color: #C57D3C;
}
</style>
border-color css
<style>
span { border-color: #C57D3C; }
span { border-color: rgb(197,125,60); }
td.TdClassName
{
border-color: #C57D3C;
}
.TagClassName
{
border-color: #C57D3C;
}
</style>