Shades of Brandy Punch #C48047
Tints of Brandy Punch #C48047
RGB
CMYK
RGB Variations
Color information
#C48047 (or 0xC48047) is known color: Brandy Punch. HEX triplet: C4, 80 and 47. RGB value is (196,128,71). Sum of RGB (Red+Green+Blue) = 196+128+71=395 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.62% from 395); Green value is 128 (50.39% from 255 or 32.41% from 395); Blue value is 71 (28.12% from 255 or 17.97% from 395); Max value from RGB is 196 - color contains mainly: red. Hex color #C48047 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48047 is #3B7FB8. Grayscale: #8E8E8E. Windows color (decimal): -3899321 or 4686020. OLE color: 4686020.
HSL color Cylindrical-coordinate representation of color #C48047: hue angle of 27.36º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C48047 is Cyan = 0, Magento = 0.35, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 128 | 71 | - |
| CMYK | 0 | 0.35 | 0.64 | 0.23 |
| HSL | 27.36º | 0.51% | 0.52% | - |
| HSV(B) | 27.36º | 0.64% | 0.77% | - |
| XYZ | 31.62 | 27.63 | 9.63 | - |
| YUV | 141.83 | 88.03 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 128 | 71 | 0 | 0.35 | 0.64 | 0.23 | 27.36 | 0.51 | 0.52 |
| Hex | C4 | 80 | 47 | 0 | 23 | 40 | 17 | 1B | 33 | 34 |
| Octal | 304 | 200 | 107 | 0 | 43 | 100 | 27 | 33 | 63 | 64 |
| Binary | 11000100 | 10000000 | 1000111 | 0 | 100011 | 1000000 | 10111 | 11011 | 110011 | 110100 |
Color Harmonies of #C48047
Complementary color
Monochromatic Colors of #C48047
Black with #C48047
Text Example
Text Example
White with #C48047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48047; }
p { color: rgb(196,128,71); }
H1.HeaderClassName
{
color: #C48047;
}
.AnyTagClassName
{
color: #C48047;
}
</style>
background-color css
<style>
a { background-color: #C48047; }
a { background-color: rgb(196,128,71); }
div.DivClassName
{
background-color: #C48047;
}
.BgClassName
{
background-color: #C48047;
}
</style>
border-color css
<style>
span { border-color: #C48047; }
span { border-color: rgb(196,128,71); }
td.TdClassName
{
border-color: #C48047;
}
.TagClassName
{
border-color: #C48047;
}
</style>