Shades of Brandy Punch #C5804C
Tints of Brandy Punch #C5804C
RGB
CMYK
RGB Variations
Color information
#C5804C (or 0xC5804C) is known color: Brandy Punch. HEX triplet: C5, 80 and 4C. RGB value is (197,128,76). Sum of RGB (Red+Green+Blue) = 197+128+76=401 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.13% from 401); Green value is 128 (50.39% from 255 or 31.92% from 401); Blue value is 76 (30.08% from 255 or 18.95% from 401); Max value from RGB is 197 - color contains mainly: red. Hex color #C5804C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5804C is #3A7FB3. Grayscale: #8E8E8E. Windows color (decimal): -3833780 or 5013701. OLE color: 5013701.
HSL color Cylindrical-coordinate representation of color #C5804C: hue angle of 25.79º degrees, saturation: 0.51, 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 #C5804C is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 128 | 76 | - |
| CMYK | 0 | 0.35 | 0.61 | 0.23 |
| HSL | 25.79º | 0.51% | 0.54% | - |
| HSV(B) | 25.79º | 0.61% | 0.77% | - |
| XYZ | 32.05 | 27.83 | 10.52 | - |
| YUV | 142.7 | 90.36 | 166.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 128 | 76 | 0 | 0.35 | 0.61 | 0.23 | 25.79 | 0.51 | 0.54 |
| Hex | C5 | 80 | 4C | 0 | 23 | 3D | 17 | 1A | 33 | 36 |
| Octal | 305 | 200 | 114 | 0 | 43 | 75 | 27 | 32 | 63 | 66 |
| Binary | 11000101 | 10000000 | 1001100 | 0 | 100011 | 111101 | 10111 | 11010 | 110011 | 110110 |
Color Harmonies of #C5804C
Complementary color
Monochromatic Colors of #C5804C
Black with #C5804C
Text Example
Text Example
White with #C5804C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5804C; }
p { color: rgb(197,128,76); }
H1.HeaderClassName
{
color: #C5804C;
}
.AnyTagClassName
{
color: #C5804C;
}
</style>
background-color css
<style>
a { background-color: #C5804C; }
a { background-color: rgb(197,128,76); }
div.DivClassName
{
background-color: #C5804C;
}
.BgClassName
{
background-color: #C5804C;
}
</style>
border-color css
<style>
span { border-color: #C5804C; }
span { border-color: rgb(197,128,76); }
td.TdClassName
{
border-color: #C5804C;
}
.TagClassName
{
border-color: #C5804C;
}
</style>