Shades of Brandy Punch #C4803E
Tints of Brandy Punch #C4803E
RGB
CMYK
RGB Variations
Color information
#C4803E (or 0xC4803E) is known color: Brandy Punch. HEX triplet: C4, 80 and 3E. RGB value is (196,128,62). Sum of RGB (Red+Green+Blue) = 196+128+62=386 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.78% from 386); Green value is 128 (50.39% from 255 or 33.16% from 386); Blue value is 62 (24.61% from 255 or 16.06% from 386); Max value from RGB is 196 - color contains mainly: red. Hex color #C4803E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4803E is #3B7FC1. Grayscale: #8D8D8D. Windows color (decimal): -3899330 or 4096196. OLE color: 4096196.
HSL color Cylindrical-coordinate representation of color #C4803E: hue angle of 29.55º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C4803E is Cyan = 0, Magento = 0.35, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 128 | 62 | - |
| CMYK | 0 | 0.35 | 0.68 | 0.23 |
| HSL | 29.55º | 0.53% | 0.51% | - |
| HSV(B) | 29.55º | 0.68% | 0.77% | - |
| XYZ | 31.35 | 27.52 | 8.22 | - |
| YUV | 140.81 | 83.53 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 128 | 62 | 0 | 0.35 | 0.68 | 0.23 | 29.55 | 0.53 | 0.51 |
| Hex | C4 | 80 | 3E | 0 | 23 | 44 | 17 | 1E | 35 | 33 |
| Octal | 304 | 200 | 76 | 0 | 43 | 104 | 27 | 36 | 65 | 63 |
| Binary | 11000100 | 10000000 | 111110 | 0 | 100011 | 1000100 | 10111 | 11110 | 110101 | 110011 |
Color Harmonies of #C4803E
Complementary color
Monochromatic Colors of #C4803E
Black with #C4803E
Text Example
Text Example
White with #C4803E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4803E; }
p { color: rgb(196,128,62); }
H1.HeaderClassName
{
color: #C4803E;
}
.AnyTagClassName
{
color: #C4803E;
}
</style>
background-color css
<style>
a { background-color: #C4803E; }
a { background-color: rgb(196,128,62); }
div.DivClassName
{
background-color: #C4803E;
}
.BgClassName
{
background-color: #C4803E;
}
</style>
border-color css
<style>
span { border-color: #C4803E; }
span { border-color: rgb(196,128,62); }
td.TdClassName
{
border-color: #C4803E;
}
.TagClassName
{
border-color: #C4803E;
}
</style>