Shades of Brandy Punch #C5824A
Tints of Brandy Punch #C5824A
RGB
CMYK
RGB Variations
Color information
#C5824A (or 0xC5824A) is known color: Brandy Punch. HEX triplet: C5, 82 and 4A. RGB value is (197,130,74). Sum of RGB (Red+Green+Blue) = 197+130+74=401 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.13% from 401); Green value is 130 (51.17% from 255 or 32.42% from 401); Blue value is 74 (29.30% from 255 or 18.45% from 401); Max value from RGB is 197 - color contains mainly: red. Hex color #C5824A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5824A is #3A7DB5. Grayscale: #8F8F8F. Windows color (decimal): -3833270 or 4883141. OLE color: 4883141.
HSL color Cylindrical-coordinate representation of color #C5824A: hue angle of 27.32º 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 #C5824A is Cyan = 0, Magento = 0.34, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 130 | 74 | - |
| CMYK | 0 | 0.34 | 0.62 | 0.23 |
| HSL | 27.32º | 0.51% | 0.53% | - |
| HSV(B) | 27.32º | 0.62% | 0.77% | - |
| XYZ | 32.24 | 28.33 | 10.25 | - |
| YUV | 143.65 | 88.7 | 166.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 130 | 74 | 0 | 0.34 | 0.62 | 0.23 | 27.32 | 0.51 | 0.53 |
| Hex | C5 | 82 | 4A | 0 | 22 | 3E | 17 | 1B | 33 | 35 |
| Octal | 305 | 202 | 112 | 0 | 42 | 76 | 27 | 33 | 63 | 65 |
| Binary | 11000101 | 10000010 | 1001010 | 0 | 100010 | 111110 | 10111 | 11011 | 110011 | 110101 |
Color Harmonies of #C5824A
Complementary color
Monochromatic Colors of #C5824A
Black with #C5824A
Text Example
Text Example
White with #C5824A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5824A; }
p { color: rgb(197,130,74); }
H1.HeaderClassName
{
color: #C5824A;
}
.AnyTagClassName
{
color: #C5824A;
}
</style>
background-color css
<style>
a { background-color: #C5824A; }
a { background-color: rgb(197,130,74); }
div.DivClassName
{
background-color: #C5824A;
}
.BgClassName
{
background-color: #C5824A;
}
</style>
border-color css
<style>
span { border-color: #C5824A; }
span { border-color: rgb(197,130,74); }
td.TdClassName
{
border-color: #C5824A;
}
.TagClassName
{
border-color: #C5824A;
}
</style>