Shades of Brandy Punch #C28048
Tints of Brandy Punch #C28048
RGB
CMYK
RGB Variations
Color information
#C28048 (or 0xC28048) is known color: Brandy Punch. HEX triplet: C2, 80 and 48. RGB value is (194,128,72). Sum of RGB (Red+Green+Blue) = 194+128+72=394 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.24% from 394); Green value is 128 (50.39% from 255 or 32.49% from 394); Blue value is 72 (28.52% from 255 or 18.27% from 394); Max value from RGB is 194 - color contains mainly: red. Hex color #C28048 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28048 is #3D7FB7. Grayscale: #8D8D8D. Windows color (decimal): -4030392 or 4751554. OLE color: 4751554.
HSL color Cylindrical-coordinate representation of color #C28048: hue angle of 27.54º 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 #C28048 is Cyan = 0, Magento = 0.34, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 128 | 72 | - |
| CMYK | 0 | 0.34 | 0.63 | 0.24 |
| HSL | 27.54º | 0.5% | 0.52% | - |
| HSV(B) | 27.54º | 0.63% | 0.76% | - |
| XYZ | 31.14 | 27.38 | 9.77 | - |
| YUV | 141.35 | 88.87 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 128 | 72 | 0 | 0.34 | 0.63 | 0.24 | 27.54 | 0.5 | 0.52 |
| Hex | C2 | 80 | 48 | 0 | 22 | 3F | 18 | 1C | 32 | 34 |
| Octal | 302 | 200 | 110 | 0 | 42 | 77 | 30 | 34 | 62 | 64 |
| Binary | 11000010 | 10000000 | 1001000 | 0 | 100010 | 111111 | 11000 | 11100 | 110010 | 110100 |
Color Harmonies of #C28048
Complementary color
Monochromatic Colors of #C28048
Black with #C28048
Text Example
Text Example
White with #C28048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28048; }
p { color: rgb(194,128,72); }
H1.HeaderClassName
{
color: #C28048;
}
.AnyTagClassName
{
color: #C28048;
}
</style>
background-color css
<style>
a { background-color: #C28048; }
a { background-color: rgb(194,128,72); }
div.DivClassName
{
background-color: #C28048;
}
.BgClassName
{
background-color: #C28048;
}
</style>
border-color css
<style>
span { border-color: #C28048; }
span { border-color: rgb(194,128,72); }
td.TdClassName
{
border-color: #C28048;
}
.TagClassName
{
border-color: #C28048;
}
</style>