Shades of Brandy Punch #C57D49
Tints of Brandy Punch #C57D49
RGB
CMYK
RGB Variations
Color information
#C57D49 (or 0xC57D49) is known color: Brandy Punch. HEX triplet: C5, 7D and 49. RGB value is (197,125,73). Sum of RGB (Red+Green+Blue) = 197+125+73=395 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.87% from 395); Green value is 125 (49.22% from 255 or 31.65% from 395); Blue value is 73 (28.91% from 255 or 18.48% from 395); Max value from RGB is 197 - color contains mainly: red. Hex color #C57D49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57D49 is #3A82B6. Grayscale: #8C8C8C. Windows color (decimal): -3834551 or 4816325. OLE color: 4816325.
HSL color Cylindrical-coordinate representation of color #C57D49: hue angle of 25.16º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C57D49 is Cyan = 0, Magento = 0.37, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 125 | 73 | - |
| CMYK | 0 | 0.37 | 0.63 | 0.23 |
| HSL | 25.16º | 0.52% | 0.53% | - |
| HSV(B) | 25.16º | 0.63% | 0.77% | - |
| XYZ | 31.56 | 27.02 | 9.85 | - |
| YUV | 140.6 | 89.85 | 168.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 125 | 73 | 0 | 0.37 | 0.63 | 0.23 | 25.16 | 0.52 | 0.53 |
| Hex | C5 | 7D | 49 | 0 | 25 | 3F | 17 | 19 | 34 | 35 |
| Octal | 305 | 175 | 111 | 0 | 45 | 77 | 27 | 31 | 64 | 65 |
| Binary | 11000101 | 1111101 | 1001001 | 0 | 100101 | 111111 | 10111 | 11001 | 110100 | 110101 |
Color Harmonies of #C57D49
Complementary color
Monochromatic Colors of #C57D49
Black with #C57D49
Text Example
Text Example
White with #C57D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57D49; }
p { color: rgb(197,125,73); }
H1.HeaderClassName
{
color: #C57D49;
}
.AnyTagClassName
{
color: #C57D49;
}
</style>
background-color css
<style>
a { background-color: #C57D49; }
a { background-color: rgb(197,125,73); }
div.DivClassName
{
background-color: #C57D49;
}
.BgClassName
{
background-color: #C57D49;
}
</style>
border-color css
<style>
span { border-color: #C57D49; }
span { border-color: rgb(197,125,73); }
td.TdClassName
{
border-color: #C57D49;
}
.TagClassName
{
border-color: #C57D49;
}
</style>