Shades of Brandy Punch #C28049
Tints of Brandy Punch #C28049
RGB
CMYK
RGB Variations
Color information
#C28049 (or 0xC28049) is known color: Brandy Punch. HEX triplet: C2, 80 and 49. RGB value is (194,128,73). Sum of RGB (Red+Green+Blue) = 194+128+73=395 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.11% from 395); Green value is 128 (50.39% from 255 or 32.41% from 395); Blue value is 73 (28.91% from 255 or 18.48% from 395); Max value from RGB is 194 - color contains mainly: red. Hex color #C28049 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28049 is #3D7FB6. Grayscale: #8D8D8D. Windows color (decimal): -4030391 or 4817090. OLE color: 4817090.
HSL color Cylindrical-coordinate representation of color #C28049: hue angle of 27.27º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C28049 is Cyan = 0, Magento = 0.34, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 128 | 73 | - |
| CMYK | 0 | 0.34 | 0.62 | 0.24 |
| HSL | 27.27º | 0.5% | 0.52% | - |
| HSV(B) | 27.27º | 0.62% | 0.76% | - |
| XYZ | 31.17 | 27.39 | 9.95 | - |
| YUV | 141.46 | 89.37 | 165.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 128 | 73 | 0 | 0.34 | 0.62 | 0.24 | 27.27 | 0.5 | 0.52 |
| Hex | C2 | 80 | 49 | 0 | 22 | 3E | 18 | 1B | 32 | 34 |
| Octal | 302 | 200 | 111 | 0 | 42 | 76 | 30 | 33 | 62 | 64 |
| Binary | 11000010 | 10000000 | 1001001 | 0 | 100010 | 111110 | 11000 | 11011 | 110010 | 110100 |
Color Harmonies of #C28049
Complementary color
Monochromatic Colors of #C28049
Black with #C28049
Text Example
Text Example
White with #C28049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28049; }
p { color: rgb(194,128,73); }
H1.HeaderClassName
{
color: #C28049;
}
.AnyTagClassName
{
color: #C28049;
}
</style>
background-color css
<style>
a { background-color: #C28049; }
a { background-color: rgb(194,128,73); }
div.DivClassName
{
background-color: #C28049;
}
.BgClassName
{
background-color: #C28049;
}
</style>
border-color css
<style>
span { border-color: #C28049; }
span { border-color: rgb(194,128,73); }
td.TdClassName
{
border-color: #C28049;
}
.TagClassName
{
border-color: #C28049;
}
</style>