Shades of Brandy Punch #C28053
Tints of Brandy Punch #C28053
RGB
CMYK
RGB Variations
Color information
#C28053 (or 0xC28053) is known color: Brandy Punch. HEX triplet: C2, 80 and 53. RGB value is (194,128,83). Sum of RGB (Red+Green+Blue) = 194+128+83=405 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.90% from 405); Green value is 128 (50.39% from 255 or 31.60% from 405); Blue value is 83 (32.81% from 255 or 20.49% from 405); Max value from RGB is 194 - color contains mainly: red. Hex color #C28053 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28053 is #3D7FAC. Grayscale: #8E8E8E. Windows color (decimal): -4030381 or 5472450. OLE color: 5472450.
HSL color Cylindrical-coordinate representation of color #C28053: hue angle of 24.32º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C28053 is Cyan = 0, Magento = 0.34, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 128 | 83 | - |
| CMYK | 0 | 0.34 | 0.57 | 0.24 |
| HSL | 24.32º | 0.48% | 0.54% | - |
| HSV(B) | 24.32º | 0.57% | 0.76% | - |
| XYZ | 31.53 | 27.53 | 11.84 | - |
| YUV | 142.6 | 94.37 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 128 | 83 | 0 | 0.34 | 0.57 | 0.24 | 24.32 | 0.48 | 0.54 |
| Hex | C2 | 80 | 53 | 0 | 22 | 39 | 18 | 18 | 30 | 36 |
| Octal | 302 | 200 | 123 | 0 | 42 | 71 | 30 | 30 | 60 | 66 |
| Binary | 11000010 | 10000000 | 1010011 | 0 | 100010 | 111001 | 11000 | 11000 | 110000 | 110110 |
Color Harmonies of #C28053
Complementary color
Monochromatic Colors of #C28053
Black with #C28053
Text Example
Text Example
White with #C28053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28053; }
p { color: rgb(194,128,83); }
H1.HeaderClassName
{
color: #C28053;
}
.AnyTagClassName
{
color: #C28053;
}
</style>
background-color css
<style>
a { background-color: #C28053; }
a { background-color: rgb(194,128,83); }
div.DivClassName
{
background-color: #C28053;
}
.BgClassName
{
background-color: #C28053;
}
</style>
border-color css
<style>
span { border-color: #C28053; }
span { border-color: rgb(194,128,83); }
td.TdClassName
{
border-color: #C28053;
}
.TagClassName
{
border-color: #C28053;
}
</style>