Shades of Brandy Punch #C5804B
Tints of Brandy Punch #C5804B
RGB
CMYK
RGB Variations
Color information
#C5804B (or 0xC5804B) is known color: Brandy Punch. HEX triplet: C5, 80 and 4B. RGB value is (197,128,75). Sum of RGB (Red+Green+Blue) = 197+128+75=400 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.25% from 400); Green value is 128 (50.39% from 255 or 32% from 400); Blue value is 75 (29.69% from 255 or 18.75% from 400); Max value from RGB is 197 - color contains mainly: red. Hex color #C5804B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5804B is #3A7FB4. Grayscale: #8E8E8E. Windows color (decimal): -3833781 or 4948165. OLE color: 4948165.
HSL color Cylindrical-coordinate representation of color #C5804B: hue angle of 26.07º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C5804B is Cyan = 0, Magento = 0.35, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 128 | 75 | - |
| CMYK | 0 | 0.35 | 0.62 | 0.23 |
| HSL | 26.07º | 0.51% | 0.53% | - |
| HSV(B) | 26.07º | 0.62% | 0.77% | - |
| XYZ | 32.02 | 27.82 | 10.34 | - |
| YUV | 142.59 | 89.86 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 128 | 75 | 0 | 0.35 | 0.62 | 0.23 | 26.07 | 0.51 | 0.53 |
| Hex | C5 | 80 | 4B | 0 | 23 | 3E | 17 | 1A | 33 | 35 |
| Octal | 305 | 200 | 113 | 0 | 43 | 76 | 27 | 32 | 63 | 65 |
| Binary | 11000101 | 10000000 | 1001011 | 0 | 100011 | 111110 | 10111 | 11010 | 110011 | 110101 |
Color Harmonies of #C5804B
Complementary color
Monochromatic Colors of #C5804B
Black with #C5804B
Text Example
Text Example
White with #C5804B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5804B; }
p { color: rgb(197,128,75); }
H1.HeaderClassName
{
color: #C5804B;
}
.AnyTagClassName
{
color: #C5804B;
}
</style>
background-color css
<style>
a { background-color: #C5804B; }
a { background-color: rgb(197,128,75); }
div.DivClassName
{
background-color: #C5804B;
}
.BgClassName
{
background-color: #C5804B;
}
</style>
border-color css
<style>
span { border-color: #C5804B; }
span { border-color: rgb(197,128,75); }
td.TdClassName
{
border-color: #C5804B;
}
.TagClassName
{
border-color: #C5804B;
}
</style>