Shades of Brandy Punch #C4804D
Tints of Brandy Punch #C4804D
RGB
CMYK
RGB Variations
Color information
#C4804D (or 0xC4804D) is known color: Brandy Punch. HEX triplet: C4, 80 and 4D. RGB value is (196,128,77). Sum of RGB (Red+Green+Blue) = 196+128+77=401 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.88% from 401); Green value is 128 (50.39% from 255 or 31.92% from 401); Blue value is 77 (30.47% from 255 or 19.20% from 401); Max value from RGB is 196 - color contains mainly: red. Hex color #C4804D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4804D is #3B7FB2. Grayscale: #8E8E8E. Windows color (decimal): -3899315 or 5079236. OLE color: 5079236.
HSL color Cylindrical-coordinate representation of color #C4804D: hue angle of 25.71º 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 #C4804D is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 128 | 77 | - |
| CMYK | 0 | 0.35 | 0.61 | 0.23 |
| HSL | 25.71º | 0.5% | 0.54% | - |
| HSV(B) | 25.71º | 0.61% | 0.77% | - |
| XYZ | 31.82 | 27.71 | 10.69 | - |
| YUV | 142.52 | 91.03 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 128 | 77 | 0 | 0.35 | 0.61 | 0.23 | 25.71 | 0.5 | 0.54 |
| Hex | C4 | 80 | 4D | 0 | 23 | 3D | 17 | 1A | 32 | 36 |
| Octal | 304 | 200 | 115 | 0 | 43 | 75 | 27 | 32 | 62 | 66 |
| Binary | 11000100 | 10000000 | 1001101 | 0 | 100011 | 111101 | 10111 | 11010 | 110010 | 110110 |
Color Harmonies of #C4804D
Complementary color
Monochromatic Colors of #C4804D
Black with #C4804D
Text Example
Text Example
White with #C4804D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4804D; }
p { color: rgb(196,128,77); }
H1.HeaderClassName
{
color: #C4804D;
}
.AnyTagClassName
{
color: #C4804D;
}
</style>
background-color css
<style>
a { background-color: #C4804D; }
a { background-color: rgb(196,128,77); }
div.DivClassName
{
background-color: #C4804D;
}
.BgClassName
{
background-color: #C4804D;
}
</style>
border-color css
<style>
span { border-color: #C4804D; }
span { border-color: rgb(196,128,77); }
td.TdClassName
{
border-color: #C4804D;
}
.TagClassName
{
border-color: #C4804D;
}
</style>