Shades of Brandy Punch #C2804D
Tints of Brandy Punch #C2804D
RGB
CMYK
RGB Variations
Color information
#C2804D (or 0xC2804D) is known color: Brandy Punch. HEX triplet: C2, 80 and 4D. RGB value is (194,128,77). Sum of RGB (Red+Green+Blue) = 194+128+77=399 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.62% from 399); Green value is 128 (50.39% from 255 or 32.08% from 399); Blue value is 77 (30.47% from 255 or 19.30% from 399); Max value from RGB is 194 - color contains mainly: red. Hex color #C2804D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2804D is #3D7FB2. Grayscale: #8E8E8E. Windows color (decimal): -4030387 or 5079234. OLE color: 5079234.
HSL color Cylindrical-coordinate representation of color #C2804D: hue angle of 26.15º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C2804D is Cyan = 0, Magento = 0.34, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 128 | 77 | - |
| CMYK | 0 | 0.34 | 0.60 | 0.24 |
| HSL | 26.15º | 0.49% | 0.53% | - |
| HSV(B) | 26.15º | 0.6% | 0.76% | - |
| XYZ | 31.31 | 27.44 | 10.67 | - |
| YUV | 141.92 | 91.37 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 128 | 77 | 0 | 0.34 | 0.60 | 0.24 | 26.15 | 0.49 | 0.53 |
| Hex | C2 | 80 | 4D | 0 | 22 | 3C | 18 | 1A | 31 | 35 |
| Octal | 302 | 200 | 115 | 0 | 42 | 74 | 30 | 32 | 61 | 65 |
| Binary | 11000010 | 10000000 | 1001101 | 0 | 100010 | 111100 | 11000 | 11010 | 110001 | 110101 |
Color Harmonies of #C2804D
Complementary color
Monochromatic Colors of #C2804D
Black with #C2804D
Text Example
Text Example
White with #C2804D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2804D; }
p { color: rgb(194,128,77); }
H1.HeaderClassName
{
color: #C2804D;
}
.AnyTagClassName
{
color: #C2804D;
}
</style>
background-color css
<style>
a { background-color: #C2804D; }
a { background-color: rgb(194,128,77); }
div.DivClassName
{
background-color: #C2804D;
}
.BgClassName
{
background-color: #C2804D;
}
</style>
border-color css
<style>
span { border-color: #C2804D; }
span { border-color: rgb(194,128,77); }
td.TdClassName
{
border-color: #C2804D;
}
.TagClassName
{
border-color: #C2804D;
}
</style>