Shades of Brandy Punch #C57D4A
Tints of Brandy Punch #C57D4A
RGB
CMYK
RGB Variations
Color information
#C57D4A (or 0xC57D4A) is known color: Brandy Punch. HEX triplet: C5, 7D and 4A. RGB value is (197,125,74). Sum of RGB (Red+Green+Blue) = 197+125+74=396 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.75% from 396); Green value is 125 (49.22% from 255 or 31.57% from 396); Blue value is 74 (29.30% from 255 or 18.69% from 396); Max value from RGB is 197 - color contains mainly: red. Hex color #C57D4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57D4A is #3A82B5. Grayscale: #8C8C8C. Windows color (decimal): -3834550 or 4881861. OLE color: 4881861.
HSL color Cylindrical-coordinate representation of color #C57D4A: hue angle of 24.88º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C57D4A is Cyan = 0, Magento = 0.37, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 125 | 74 | - |
| CMYK | 0 | 0.37 | 0.62 | 0.23 |
| HSL | 24.88º | 0.51% | 0.53% | - |
| HSV(B) | 24.88º | 0.62% | 0.77% | - |
| XYZ | 31.6 | 27.03 | 10.03 | - |
| YUV | 140.71 | 90.35 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 125 | 74 | 0 | 0.37 | 0.62 | 0.23 | 24.88 | 0.51 | 0.53 |
| Hex | C5 | 7D | 4A | 0 | 25 | 3E | 17 | 19 | 33 | 35 |
| Octal | 305 | 175 | 112 | 0 | 45 | 76 | 27 | 31 | 63 | 65 |
| Binary | 11000101 | 1111101 | 1001010 | 0 | 100101 | 111110 | 10111 | 11001 | 110011 | 110101 |
Color Harmonies of #C57D4A
Complementary color
Monochromatic Colors of #C57D4A
Black with #C57D4A
Text Example
Text Example
White with #C57D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57D4A; }
p { color: rgb(197,125,74); }
H1.HeaderClassName
{
color: #C57D4A;
}
.AnyTagClassName
{
color: #C57D4A;
}
</style>
background-color css
<style>
a { background-color: #C57D4A; }
a { background-color: rgb(197,125,74); }
div.DivClassName
{
background-color: #C57D4A;
}
.BgClassName
{
background-color: #C57D4A;
}
</style>
border-color css
<style>
span { border-color: #C57D4A; }
span { border-color: rgb(197,125,74); }
td.TdClassName
{
border-color: #C57D4A;
}
.TagClassName
{
border-color: #C57D4A;
}
</style>