Shades of Brandy Punch #C57F49
Tints of Brandy Punch #C57F49
RGB
CMYK
RGB Variations
Color information
#C57F49 (or 0xC57F49) is known color: Brandy Punch. HEX triplet: C5, 7F and 49. RGB value is (197,127,73). Sum of RGB (Red+Green+Blue) = 197+127+73=397 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.62% from 397); Green value is 127 (50% from 255 or 31.99% from 397); Blue value is 73 (28.91% from 255 or 18.39% from 397); Max value from RGB is 197 - color contains mainly: red. Hex color #C57F49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57F49 is #3A80B6. Grayscale: #8E8E8E. Windows color (decimal): -3834039 or 4816837. OLE color: 4816837.
HSL color Cylindrical-coordinate representation of color #C57F49: hue angle of 26.13º 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 #C57F49 is Cyan = 0, Magento = 0.36, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 127 | 73 | - |
| CMYK | 0 | 0.36 | 0.63 | 0.23 |
| HSL | 26.13º | 0.52% | 0.53% | - |
| HSV(B) | 26.13º | 0.63% | 0.77% | - |
| XYZ | 31.82 | 27.53 | 9.94 | - |
| YUV | 141.77 | 89.19 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 127 | 73 | 0 | 0.36 | 0.63 | 0.23 | 26.13 | 0.52 | 0.53 |
| Hex | C5 | 7F | 49 | 0 | 24 | 3F | 17 | 1A | 34 | 35 |
| Octal | 305 | 177 | 111 | 0 | 44 | 77 | 27 | 32 | 64 | 65 |
| Binary | 11000101 | 1111111 | 1001001 | 0 | 100100 | 111111 | 10111 | 11010 | 110100 | 110101 |
Color Harmonies of #C57F49
Complementary color
Monochromatic Colors of #C57F49
Black with #C57F49
Text Example
Text Example
White with #C57F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57F49; }
p { color: rgb(197,127,73); }
H1.HeaderClassName
{
color: #C57F49;
}
.AnyTagClassName
{
color: #C57F49;
}
</style>
background-color css
<style>
a { background-color: #C57F49; }
a { background-color: rgb(197,127,73); }
div.DivClassName
{
background-color: #C57F49;
}
.BgClassName
{
background-color: #C57F49;
}
</style>
border-color css
<style>
span { border-color: #C57F49; }
span { border-color: rgb(197,127,73); }
td.TdClassName
{
border-color: #C57F49;
}
.TagClassName
{
border-color: #C57F49;
}
</style>