Shades of Brandy Punch #C28251
Tints of Brandy Punch #C28251
RGB
CMYK
RGB Variations
Color information
#C28251 (or 0xC28251) is known color: Brandy Punch. HEX triplet: C2, 82 and 51. RGB value is (194,130,81). Sum of RGB (Red+Green+Blue) = 194+130+81=405 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.90% from 405); Green value is 130 (51.17% from 255 or 32.10% from 405); Blue value is 81 (32.03% from 255 or 20% from 405); Max value from RGB is 194 - color contains mainly: red. Hex color #C28251 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28251 is #3D7DAE. Grayscale: #8F8F8F. Windows color (decimal): -4029871 or 5341890. OLE color: 5341890.
HSL color Cylindrical-coordinate representation of color #C28251: hue angle of 26.02º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C28251 is Cyan = 0, Magento = 0.33, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 130 | 81 | - |
| CMYK | 0 | 0.33 | 0.58 | 0.24 |
| HSL | 26.02º | 0.48% | 0.54% | - |
| HSV(B) | 26.02º | 0.58% | 0.76% | - |
| XYZ | 31.72 | 28.03 | 11.52 | - |
| YUV | 143.55 | 92.7 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 130 | 81 | 0 | 0.33 | 0.58 | 0.24 | 26.02 | 0.48 | 0.54 |
| Hex | C2 | 82 | 51 | 0 | 21 | 3A | 18 | 1A | 30 | 36 |
| Octal | 302 | 202 | 121 | 0 | 41 | 72 | 30 | 32 | 60 | 66 |
| Binary | 11000010 | 10000010 | 1010001 | 0 | 100001 | 111010 | 11000 | 11010 | 110000 | 110110 |
Color Harmonies of #C28251
Complementary color
Monochromatic Colors of #C28251
Black with #C28251
Text Example
Text Example
White with #C28251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28251; }
p { color: rgb(194,130,81); }
H1.HeaderClassName
{
color: #C28251;
}
.AnyTagClassName
{
color: #C28251;
}
</style>
background-color css
<style>
a { background-color: #C28251; }
a { background-color: rgb(194,130,81); }
div.DivClassName
{
background-color: #C28251;
}
.BgClassName
{
background-color: #C28251;
}
</style>
border-color css
<style>
span { border-color: #C28251; }
span { border-color: rgb(194,130,81); }
td.TdClassName
{
border-color: #C28251;
}
.TagClassName
{
border-color: #C28251;
}
</style>