Shades of Brandy Punch #C57D4C
Tints of Brandy Punch #C57D4C
RGB
CMYK
RGB Variations
Color information
#C57D4C (or 0xC57D4C) is known color: Brandy Punch. HEX triplet: C5, 7D and 4C. RGB value is (197,125,76). Sum of RGB (Red+Green+Blue) = 197+125+76=398 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.50% from 398); Green value is 125 (49.22% from 255 or 31.41% from 398); Blue value is 76 (30.08% from 255 or 19.10% from 398); Max value from RGB is 197 - color contains mainly: red. Hex color #C57D4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57D4C is #3A82B3. Grayscale: #8D8D8D. Windows color (decimal): -3834548 or 5012933. OLE color: 5012933.
HSL color Cylindrical-coordinate representation of color #C57D4C: hue angle of 24.3º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C57D4C is Cyan = 0, Magento = 0.37, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 125 | 76 | - |
| CMYK | 0 | 0.37 | 0.61 | 0.23 |
| HSL | 24.3º | 0.51% | 0.54% | - |
| HSV(B) | 24.3º | 0.61% | 0.77% | - |
| XYZ | 31.66 | 27.06 | 10.39 | - |
| YUV | 140.94 | 91.35 | 167.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 125 | 76 | 0 | 0.37 | 0.61 | 0.23 | 24.3 | 0.51 | 0.54 |
| Hex | C5 | 7D | 4C | 0 | 25 | 3D | 17 | 18 | 33 | 36 |
| Octal | 305 | 175 | 114 | 0 | 45 | 75 | 27 | 30 | 63 | 66 |
| Binary | 11000101 | 1111101 | 1001100 | 0 | 100101 | 111101 | 10111 | 11000 | 110011 | 110110 |
Color Harmonies of #C57D4C
Complementary color
Monochromatic Colors of #C57D4C
Black with #C57D4C
Text Example
Text Example
White with #C57D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57D4C; }
p { color: rgb(197,125,76); }
H1.HeaderClassName
{
color: #C57D4C;
}
.AnyTagClassName
{
color: #C57D4C;
}
</style>
background-color css
<style>
a { background-color: #C57D4C; }
a { background-color: rgb(197,125,76); }
div.DivClassName
{
background-color: #C57D4C;
}
.BgClassName
{
background-color: #C57D4C;
}
</style>
border-color css
<style>
span { border-color: #C57D4C; }
span { border-color: rgb(197,125,76); }
td.TdClassName
{
border-color: #C57D4C;
}
.TagClassName
{
border-color: #C57D4C;
}
</style>