Shades of Brandy Punch #C4824D
Tints of Brandy Punch #C4824D
RGB
CMYK
RGB Variations
Color information
#C4824D (or 0xC4824D) is known color: Brandy Punch. HEX triplet: C4, 82 and 4D. RGB value is (196,130,77). Sum of RGB (Red+Green+Blue) = 196+130+77=403 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.64% from 403); Green value is 130 (51.17% from 255 or 32.26% from 403); Blue value is 77 (30.47% from 255 or 19.11% from 403); Max value from RGB is 196 - color contains mainly: red. Hex color #C4824D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4824D is #3B7DB2. Grayscale: #8F8F8F. Windows color (decimal): -3898803 or 5079748. OLE color: 5079748.
HSL color Cylindrical-coordinate representation of color #C4824D: hue angle of 26.72º degrees, saturation: 0.5, 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 #C4824D is Cyan = 0, Magento = 0.34, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 130 | 77 | - |
| CMYK | 0 | 0.34 | 0.61 | 0.23 |
| HSL | 26.72º | 0.5% | 0.54% | - |
| HSV(B) | 26.72º | 0.61% | 0.77% | - |
| XYZ | 32.09 | 28.24 | 10.78 | - |
| YUV | 143.69 | 90.37 | 165.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 130 | 77 | 0 | 0.34 | 0.61 | 0.23 | 26.72 | 0.5 | 0.54 |
| Hex | C4 | 82 | 4D | 0 | 22 | 3D | 17 | 1B | 32 | 36 |
| Octal | 304 | 202 | 115 | 0 | 42 | 75 | 27 | 33 | 62 | 66 |
| Binary | 11000100 | 10000010 | 1001101 | 0 | 100010 | 111101 | 10111 | 11011 | 110010 | 110110 |
Color Harmonies of #C4824D
Complementary color
Monochromatic Colors of #C4824D
Black with #C4824D
Text Example
Text Example
White with #C4824D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4824D; }
p { color: rgb(196,130,77); }
H1.HeaderClassName
{
color: #C4824D;
}
.AnyTagClassName
{
color: #C4824D;
}
</style>
background-color css
<style>
a { background-color: #C4824D; }
a { background-color: rgb(196,130,77); }
div.DivClassName
{
background-color: #C4824D;
}
.BgClassName
{
background-color: #C4824D;
}
</style>
border-color css
<style>
span { border-color: #C4824D; }
span { border-color: rgb(196,130,77); }
td.TdClassName
{
border-color: #C4824D;
}
.TagClassName
{
border-color: #C4824D;
}
</style>