Shades of Brandy Punch #C5804D
Tints of Brandy Punch #C5804D
RGB
CMYK
RGB Variations
Color information
#C5804D (or 0xC5804D) is known color: Brandy Punch. HEX triplet: C5, 80 and 4D. RGB value is (197,128,77). Sum of RGB (Red+Green+Blue) = 197+128+77=402 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.00% from 402); Green value is 128 (50.39% from 255 or 31.84% from 402); Blue value is 77 (30.47% from 255 or 19.15% from 402); Max value from RGB is 197 - color contains mainly: red. Hex color #C5804D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5804D is #3A7FB2. Grayscale: #8F8F8F. Windows color (decimal): -3833779 or 5079237. OLE color: 5079237.
HSL color Cylindrical-coordinate representation of color #C5804D: hue angle of 25.5º 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 #C5804D is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 128 | 77 | - |
| CMYK | 0 | 0.35 | 0.61 | 0.23 |
| HSL | 25.5º | 0.51% | 0.54% | - |
| HSV(B) | 25.5º | 0.61% | 0.77% | - |
| XYZ | 32.08 | 27.84 | 10.7 | - |
| YUV | 142.82 | 90.86 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 128 | 77 | 0 | 0.35 | 0.61 | 0.23 | 25.5 | 0.51 | 0.54 |
| Hex | C5 | 80 | 4D | 0 | 23 | 3D | 17 | 1A | 33 | 36 |
| Octal | 305 | 200 | 115 | 0 | 43 | 75 | 27 | 32 | 63 | 66 |
| Binary | 11000101 | 10000000 | 1001101 | 0 | 100011 | 111101 | 10111 | 11010 | 110011 | 110110 |
Color Harmonies of #C5804D
Complementary color
Monochromatic Colors of #C5804D
Black with #C5804D
Text Example
Text Example
White with #C5804D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5804D; }
p { color: rgb(197,128,77); }
H1.HeaderClassName
{
color: #C5804D;
}
.AnyTagClassName
{
color: #C5804D;
}
</style>
background-color css
<style>
a { background-color: #C5804D; }
a { background-color: rgb(197,128,77); }
div.DivClassName
{
background-color: #C5804D;
}
.BgClassName
{
background-color: #C5804D;
}
</style>
border-color css
<style>
span { border-color: #C5804D; }
span { border-color: rgb(197,128,77); }
td.TdClassName
{
border-color: #C5804D;
}
.TagClassName
{
border-color: #C5804D;
}
</style>