Shades of Brandy Punch #C48042
Tints of Brandy Punch #C48042
RGB
CMYK
RGB Variations
Color information
#C48042 (or 0xC48042) is known color: Brandy Punch. HEX triplet: C4, 80 and 42. RGB value is (196,128,66). Sum of RGB (Red+Green+Blue) = 196+128+66=390 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.26% from 390); Green value is 128 (50.39% from 255 or 32.82% from 390); Blue value is 66 (26.17% from 255 or 16.92% from 390); Max value from RGB is 196 - color contains mainly: red. Hex color #C48042 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48042 is #3B7FBD. Grayscale: #8D8D8D. Windows color (decimal): -3899326 or 4358340. OLE color: 4358340.
HSL color Cylindrical-coordinate representation of color #C48042: hue angle of 28.62º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C48042 is Cyan = 0, Magento = 0.35, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 128 | 66 | - |
| CMYK | 0 | 0.35 | 0.66 | 0.23 |
| HSL | 28.62º | 0.52% | 0.51% | - |
| HSV(B) | 28.62º | 0.66% | 0.77% | - |
| XYZ | 31.47 | 27.57 | 8.82 | - |
| YUV | 141.26 | 85.53 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 128 | 66 | 0 | 0.35 | 0.66 | 0.23 | 28.62 | 0.52 | 0.51 |
| Hex | C4 | 80 | 42 | 0 | 23 | 42 | 17 | 1D | 34 | 33 |
| Octal | 304 | 200 | 102 | 0 | 43 | 102 | 27 | 35 | 64 | 63 |
| Binary | 11000100 | 10000000 | 1000010 | 0 | 100011 | 1000010 | 10111 | 11101 | 110100 | 110011 |
Color Harmonies of #C48042
Complementary color
Monochromatic Colors of #C48042
Black with #C48042
Text Example
Text Example
White with #C48042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48042; }
p { color: rgb(196,128,66); }
H1.HeaderClassName
{
color: #C48042;
}
.AnyTagClassName
{
color: #C48042;
}
</style>
background-color css
<style>
a { background-color: #C48042; }
a { background-color: rgb(196,128,66); }
div.DivClassName
{
background-color: #C48042;
}
.BgClassName
{
background-color: #C48042;
}
</style>
border-color css
<style>
span { border-color: #C48042; }
span { border-color: rgb(196,128,66); }
td.TdClassName
{
border-color: #C48042;
}
.TagClassName
{
border-color: #C48042;
}
</style>