Shades of Brandy Punch #C28449
Tints of Brandy Punch #C28449
RGB
CMYK
RGB Variations
Color information
#C28449 (or 0xC28449) is known color: Brandy Punch. HEX triplet: C2, 84 and 49. RGB value is (194,132,73). Sum of RGB (Red+Green+Blue) = 194+132+73=399 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.62% from 399); Green value is 132 (51.95% from 255 or 33.08% from 399); Blue value is 73 (28.91% from 255 or 18.30% from 399); Max value from RGB is 194 - color contains mainly: red. Hex color #C28449 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28449 is #3D7BB6. Grayscale: #909090. Windows color (decimal): -4029367 or 4818114. OLE color: 4818114.
HSL color Cylindrical-coordinate representation of color #C28449: hue angle of 29.26º 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 #C28449 is Cyan = 0, Magento = 0.32, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 132 | 73 | - |
| CMYK | 0 | 0.32 | 0.62 | 0.24 |
| HSL | 29.26º | 0.5% | 0.52% | - |
| HSV(B) | 29.26º | 0.62% | 0.76% | - |
| XYZ | 31.7 | 28.45 | 10.12 | - |
| YUV | 143.81 | 88.04 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 132 | 73 | 0 | 0.32 | 0.62 | 0.24 | 29.26 | 0.5 | 0.52 |
| Hex | C2 | 84 | 49 | 0 | 20 | 3E | 18 | 1D | 32 | 34 |
| Octal | 302 | 204 | 111 | 0 | 40 | 76 | 30 | 35 | 62 | 64 |
| Binary | 11000010 | 10000100 | 1001001 | 0 | 100000 | 111110 | 11000 | 11101 | 110010 | 110100 |
Color Harmonies of #C28449
Complementary color
Monochromatic Colors of #C28449
Black with #C28449
Text Example
Text Example
White with #C28449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28449; }
p { color: rgb(194,132,73); }
H1.HeaderClassName
{
color: #C28449;
}
.AnyTagClassName
{
color: #C28449;
}
</style>
background-color css
<style>
a { background-color: #C28449; }
a { background-color: rgb(194,132,73); }
div.DivClassName
{
background-color: #C28449;
}
.BgClassName
{
background-color: #C28449;
}
</style>
border-color css
<style>
span { border-color: #C28449; }
span { border-color: rgb(194,132,73); }
td.TdClassName
{
border-color: #C28449;
}
.TagClassName
{
border-color: #C28449;
}
</style>