Shades of Brandy Punch #C57B49
Tints of Brandy Punch #C57B49
RGB
CMYK
RGB Variations
Color information
#C57B49 (or 0xC57B49) is known color: Brandy Punch. HEX triplet: C5, 7B and 49. RGB value is (197,123,73). Sum of RGB (Red+Green+Blue) = 197+123+73=393 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50.13% from 393); Green value is 123 (48.44% from 255 or 31.30% from 393); Blue value is 73 (28.91% from 255 or 18.58% from 393); Max value from RGB is 197 - color contains mainly: red. Hex color #C57B49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57B49 is #3A84B6. Grayscale: #8B8B8B. Windows color (decimal): -3835063 or 4815813. OLE color: 4815813.
HSL color Cylindrical-coordinate representation of color #C57B49: hue angle of 24.19º 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 #C57B49 is Cyan = 0, Magento = 0.38, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 123 | 73 | - |
| CMYK | 0 | 0.38 | 0.63 | 0.23 |
| HSL | 24.19º | 0.52% | 0.53% | - |
| HSV(B) | 24.19º | 0.63% | 0.77% | - |
| XYZ | 31.31 | 26.52 | 9.77 | - |
| YUV | 139.43 | 90.52 | 169.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 123 | 73 | 0 | 0.38 | 0.63 | 0.23 | 24.19 | 0.52 | 0.53 |
| Hex | C5 | 7B | 49 | 0 | 26 | 3F | 17 | 18 | 34 | 35 |
| Octal | 305 | 173 | 111 | 0 | 46 | 77 | 27 | 30 | 64 | 65 |
| Binary | 11000101 | 1111011 | 1001001 | 0 | 100110 | 111111 | 10111 | 11000 | 110100 | 110101 |
Color Harmonies of #C57B49
Complementary color
Monochromatic Colors of #C57B49
Black with #C57B49
Text Example
Text Example
White with #C57B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57B49; }
p { color: rgb(197,123,73); }
H1.HeaderClassName
{
color: #C57B49;
}
.AnyTagClassName
{
color: #C57B49;
}
</style>
background-color css
<style>
a { background-color: #C57B49; }
a { background-color: rgb(197,123,73); }
div.DivClassName
{
background-color: #C57B49;
}
.BgClassName
{
background-color: #C57B49;
}
</style>
border-color css
<style>
span { border-color: #C57B49; }
span { border-color: rgb(197,123,73); }
td.TdClassName
{
border-color: #C57B49;
}
.TagClassName
{
border-color: #C57B49;
}
</style>