Shades of Brandy Punch #C4804E
Tints of Brandy Punch #C4804E
RGB
CMYK
RGB Variations
Color information
#C4804E (or 0xC4804E) is known color: Brandy Punch. HEX triplet: C4, 80 and 4E. RGB value is (196,128,78). Sum of RGB (Red+Green+Blue) = 196+128+78=402 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.76% from 402); Green value is 128 (50.39% from 255 or 31.84% from 402); Blue value is 78 (30.86% from 255 or 19.40% from 402); Max value from RGB is 196 - color contains mainly: red. Hex color #C4804E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4804E is #3B7FB1. Grayscale: #8E8E8E. Windows color (decimal): -3899314 or 5144772. OLE color: 5144772.
HSL color Cylindrical-coordinate representation of color #C4804E: hue angle of 25.42º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C4804E is Cyan = 0, Magento = 0.35, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 128 | 78 | - |
| CMYK | 0 | 0.35 | 0.60 | 0.23 |
| HSL | 25.42º | 0.5% | 0.54% | - |
| HSV(B) | 25.42º | 0.6% | 0.77% | - |
| XYZ | 31.86 | 27.72 | 10.88 | - |
| YUV | 142.63 | 91.53 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 128 | 78 | 0 | 0.35 | 0.60 | 0.23 | 25.42 | 0.5 | 0.54 |
| Hex | C4 | 80 | 4E | 0 | 23 | 3C | 17 | 19 | 32 | 36 |
| Octal | 304 | 200 | 116 | 0 | 43 | 74 | 27 | 31 | 62 | 66 |
| Binary | 11000100 | 10000000 | 1001110 | 0 | 100011 | 111100 | 10111 | 11001 | 110010 | 110110 |
Color Harmonies of #C4804E
Complementary color
Monochromatic Colors of #C4804E
Black with #C4804E
Text Example
Text Example
White with #C4804E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4804E; }
p { color: rgb(196,128,78); }
H1.HeaderClassName
{
color: #C4804E;
}
.AnyTagClassName
{
color: #C4804E;
}
</style>
background-color css
<style>
a { background-color: #C4804E; }
a { background-color: rgb(196,128,78); }
div.DivClassName
{
background-color: #C4804E;
}
.BgClassName
{
background-color: #C4804E;
}
</style>
border-color css
<style>
span { border-color: #C4804E; }
span { border-color: rgb(196,128,78); }
td.TdClassName
{
border-color: #C4804E;
}
.TagClassName
{
border-color: #C4804E;
}
</style>