Shades of Brandy Punch #C5824B
Tints of Brandy Punch #C5824B
RGB
CMYK
RGB Variations
Color information
#C5824B (or 0xC5824B) is known color: Brandy Punch. HEX triplet: C5, 82 and 4B. RGB value is (197,130,75). Sum of RGB (Red+Green+Blue) = 197+130+75=402 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.00% from 402); Green value is 130 (51.17% from 255 or 32.34% from 402); Blue value is 75 (29.69% from 255 or 18.66% from 402); Max value from RGB is 197 - color contains mainly: red. Hex color #C5824B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5824B is #3A7DB4. Grayscale: #909090. Windows color (decimal): -3833269 or 4948677. OLE color: 4948677.
HSL color Cylindrical-coordinate representation of color #C5824B: hue angle of 27.05º 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 #C5824B is Cyan = 0, Magento = 0.34, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 130 | 75 | - |
| CMYK | 0 | 0.34 | 0.62 | 0.23 |
| HSL | 27.05º | 0.51% | 0.53% | - |
| HSV(B) | 27.05º | 0.62% | 0.77% | - |
| XYZ | 32.28 | 28.34 | 10.43 | - |
| YUV | 143.76 | 89.2 | 165.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 130 | 75 | 0 | 0.34 | 0.62 | 0.23 | 27.05 | 0.51 | 0.53 |
| Hex | C5 | 82 | 4B | 0 | 22 | 3E | 17 | 1B | 33 | 35 |
| Octal | 305 | 202 | 113 | 0 | 42 | 76 | 27 | 33 | 63 | 65 |
| Binary | 11000101 | 10000010 | 1001011 | 0 | 100010 | 111110 | 10111 | 11011 | 110011 | 110101 |
Color Harmonies of #C5824B
Complementary color
Monochromatic Colors of #C5824B
Black with #C5824B
Text Example
Text Example
White with #C5824B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5824B; }
p { color: rgb(197,130,75); }
H1.HeaderClassName
{
color: #C5824B;
}
.AnyTagClassName
{
color: #C5824B;
}
</style>
background-color css
<style>
a { background-color: #C5824B; }
a { background-color: rgb(197,130,75); }
div.DivClassName
{
background-color: #C5824B;
}
.BgClassName
{
background-color: #C5824B;
}
</style>
border-color css
<style>
span { border-color: #C5824B; }
span { border-color: rgb(197,130,75); }
td.TdClassName
{
border-color: #C5824B;
}
.TagClassName
{
border-color: #C5824B;
}
</style>