Shades of Brandy Punch #C28054
Tints of Brandy Punch #C28054
RGB
CMYK
RGB Variations
Color information
#C28054 (or 0xC28054) is known color: Brandy Punch. HEX triplet: C2, 80 and 54. RGB value is (194,128,84). Sum of RGB (Red+Green+Blue) = 194+128+84=406 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.78% from 406); Green value is 128 (50.39% from 255 or 31.53% from 406); Blue value is 84 (33.20% from 255 or 20.69% from 406); Max value from RGB is 194 - color contains mainly: red. Hex color #C28054 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28054 is #3D7FAB. Grayscale: #8E8E8E. Windows color (decimal): -4030380 or 5537986. OLE color: 5537986.
HSL color Cylindrical-coordinate representation of color #C28054: hue angle of 24º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C28054 is Cyan = 0, Magento = 0.34, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 128 | 84 | - |
| CMYK | 0 | 0.34 | 0.57 | 0.24 |
| HSL | 24º | 0.47% | 0.55% | - |
| HSV(B) | 24º | 0.57% | 0.76% | - |
| XYZ | 31.57 | 27.55 | 12.04 | - |
| YUV | 142.72 | 94.87 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 128 | 84 | 0 | 0.34 | 0.57 | 0.24 | 24 | 0.47 | 0.55 |
| Hex | C2 | 80 | 54 | 0 | 22 | 39 | 18 | 18 | 2F | 37 |
| Octal | 302 | 200 | 124 | 0 | 42 | 71 | 30 | 30 | 57 | 67 |
| Binary | 11000010 | 10000000 | 1010100 | 0 | 100010 | 111001 | 11000 | 11000 | 101111 | 110111 |
Color Harmonies of #C28054
Complementary color
Monochromatic Colors of #C28054
Black with #C28054
Text Example
Text Example
White with #C28054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28054; }
p { color: rgb(194,128,84); }
H1.HeaderClassName
{
color: #C28054;
}
.AnyTagClassName
{
color: #C28054;
}
</style>
background-color css
<style>
a { background-color: #C28054; }
a { background-color: rgb(194,128,84); }
div.DivClassName
{
background-color: #C28054;
}
.BgClassName
{
background-color: #C28054;
}
</style>
border-color css
<style>
span { border-color: #C28054; }
span { border-color: rgb(194,128,84); }
td.TdClassName
{
border-color: #C28054;
}
.TagClassName
{
border-color: #C28054;
}
</style>