Shades of Brandy Punch #C4803C
Tints of Brandy Punch #C4803C
RGB
CMYK
RGB Variations
Color information
#C4803C (or 0xC4803C) is known color: Brandy Punch. HEX triplet: C4, 80 and 3C. RGB value is (196,128,60). Sum of RGB (Red+Green+Blue) = 196+128+60=384 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.04% from 384); Green value is 128 (50.39% from 255 or 33.33% from 384); Blue value is 60 (23.83% from 255 or 15.62% from 384); Max value from RGB is 196 - color contains mainly: red. Hex color #C4803C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4803C is #3B7FC3. Grayscale: #8C8C8C. Windows color (decimal): -3899332 or 3965124. OLE color: 3965124.
HSL color Cylindrical-coordinate representation of color #C4803C: hue angle of 30º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C4803C is Cyan = 0, Magento = 0.35, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 128 | 60 | - |
| CMYK | 0 | 0.35 | 0.69 | 0.23 |
| HSL | 30º | 0.54% | 0.5% | - |
| HSV(B) | 30º | 0.69% | 0.77% | - |
| XYZ | 31.3 | 27.5 | 7.93 | - |
| YUV | 140.58 | 82.53 | 167.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 128 | 60 | 0 | 0.35 | 0.69 | 0.23 | 30 | 0.54 | 0.5 |
| Hex | C4 | 80 | 3C | 0 | 23 | 45 | 17 | 1E | 36 | 32 |
| Octal | 304 | 200 | 74 | 0 | 43 | 105 | 27 | 36 | 66 | 62 |
| Binary | 11000100 | 10000000 | 111100 | 0 | 100011 | 1000101 | 10111 | 11110 | 110110 | 110010 |
Color Harmonies of #C4803C
Complementary color
Monochromatic Colors of #C4803C
Black with #C4803C
Text Example
Text Example
White with #C4803C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4803C; }
p { color: rgb(196,128,60); }
H1.HeaderClassName
{
color: #C4803C;
}
.AnyTagClassName
{
color: #C4803C;
}
</style>
background-color css
<style>
a { background-color: #C4803C; }
a { background-color: rgb(196,128,60); }
div.DivClassName
{
background-color: #C4803C;
}
.BgClassName
{
background-color: #C4803C;
}
</style>
border-color css
<style>
span { border-color: #C4803C; }
span { border-color: rgb(196,128,60); }
td.TdClassName
{
border-color: #C4803C;
}
.TagClassName
{
border-color: #C4803C;
}
</style>