Shades of Brandy Punch #C28547
Tints of Brandy Punch #C28547
RGB
CMYK
RGB Variations
Color information
#C28547 (or 0xC28547) is known color: Brandy Punch. HEX triplet: C2, 85 and 47. RGB value is (194,133,71). Sum of RGB (Red+Green+Blue) = 194+133+71=398 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.74% from 398); Green value is 133 (52.34% from 255 or 33.42% from 398); Blue value is 71 (28.12% from 255 or 17.84% from 398); Max value from RGB is 194 - color contains mainly: red. Hex color #C28547 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28547 is #3D7AB8. Grayscale: #909090. Windows color (decimal): -4029113 or 4687298. OLE color: 4687298.
HSL color Cylindrical-coordinate representation of color #C28547: hue angle of 30.24º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C28547 is Cyan = 0, Magento = 0.31, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 133 | 71 | - |
| CMYK | 0 | 0.31 | 0.63 | 0.24 |
| HSL | 30.24º | 0.5% | 0.52% | - |
| HSV(B) | 30.24º | 0.63% | 0.76% | - |
| XYZ | 31.77 | 28.7 | 9.83 | - |
| YUV | 144.17 | 86.71 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 133 | 71 | 0 | 0.31 | 0.63 | 0.24 | 30.24 | 0.5 | 0.52 |
| Hex | C2 | 85 | 47 | 0 | 1F | 3F | 18 | 1E | 32 | 34 |
| Octal | 302 | 205 | 107 | 0 | 37 | 77 | 30 | 36 | 62 | 64 |
| Binary | 11000010 | 10000101 | 1000111 | 0 | 11111 | 111111 | 11000 | 11110 | 110010 | 110100 |
Color Harmonies of #C28547
Complementary color
Monochromatic Colors of #C28547
Black with #C28547
Text Example
Text Example
White with #C28547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28547; }
p { color: rgb(194,133,71); }
H1.HeaderClassName
{
color: #C28547;
}
.AnyTagClassName
{
color: #C28547;
}
</style>
background-color css
<style>
a { background-color: #C28547; }
a { background-color: rgb(194,133,71); }
div.DivClassName
{
background-color: #C28547;
}
.BgClassName
{
background-color: #C28547;
}
</style>
border-color css
<style>
span { border-color: #C28547; }
span { border-color: rgb(194,133,71); }
td.TdClassName
{
border-color: #C28547;
}
.TagClassName
{
border-color: #C28547;
}
</style>