Shades of Brandy Punch #C4804C
Tints of Brandy Punch #C4804C
RGB
CMYK
RGB Variations
Color information
#C4804C (or 0xC4804C) is known color: Brandy Punch. HEX triplet: C4, 80 and 4C. RGB value is (196,128,76). Sum of RGB (Red+Green+Blue) = 196+128+76=400 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49% from 400); Green value is 128 (50.39% from 255 or 32% from 400); Blue value is 76 (30.08% from 255 or 19% from 400); Max value from RGB is 196 - color contains mainly: red. Hex color #C4804C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4804C is #3B7FB3. Grayscale: #8E8E8E. Windows color (decimal): -3899316 or 5013700. OLE color: 5013700.
HSL color Cylindrical-coordinate representation of color #C4804C: hue angle of 26º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C4804C is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 128 | 76 | - |
| CMYK | 0 | 0.35 | 0.61 | 0.23 |
| HSL | 26º | 0.5% | 0.53% | - |
| HSV(B) | 26º | 0.61% | 0.77% | - |
| XYZ | 31.79 | 27.7 | 10.51 | - |
| YUV | 142.4 | 90.53 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 128 | 76 | 0 | 0.35 | 0.61 | 0.23 | 26 | 0.5 | 0.53 |
| Hex | C4 | 80 | 4C | 0 | 23 | 3D | 17 | 1A | 32 | 35 |
| Octal | 304 | 200 | 114 | 0 | 43 | 75 | 27 | 32 | 62 | 65 |
| Binary | 11000100 | 10000000 | 1001100 | 0 | 100011 | 111101 | 10111 | 11010 | 110010 | 110101 |
Color Harmonies of #C4804C
Complementary color
Monochromatic Colors of #C4804C
Black with #C4804C
Text Example
Text Example
White with #C4804C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4804C; }
p { color: rgb(196,128,76); }
H1.HeaderClassName
{
color: #C4804C;
}
.AnyTagClassName
{
color: #C4804C;
}
</style>
background-color css
<style>
a { background-color: #C4804C; }
a { background-color: rgb(196,128,76); }
div.DivClassName
{
background-color: #C4804C;
}
.BgClassName
{
background-color: #C4804C;
}
</style>
border-color css
<style>
span { border-color: #C4804C; }
span { border-color: rgb(196,128,76); }
td.TdClassName
{
border-color: #C4804C;
}
.TagClassName
{
border-color: #C4804C;
}
</style>