Shades of Brandy Punch #C28052
Tints of Brandy Punch #C28052
RGB
CMYK
RGB Variations
Color information
#C28052 (or 0xC28052) is known color: Brandy Punch. HEX triplet: C2, 80 and 52. RGB value is (194,128,82). Sum of RGB (Red+Green+Blue) = 194+128+82=404 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.02% from 404); Green value is 128 (50.39% from 255 or 31.68% from 404); Blue value is 82 (32.42% from 255 or 20.30% from 404); Max value from RGB is 194 - color contains mainly: red. Hex color #C28052 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28052 is #3D7FAD. Grayscale: #8E8E8E. Windows color (decimal): -4030382 or 5406914. OLE color: 5406914.
HSL color Cylindrical-coordinate representation of color #C28052: hue angle of 24.64º 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 #C28052 is Cyan = 0, Magento = 0.34, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 128 | 82 | - |
| CMYK | 0 | 0.34 | 0.58 | 0.24 |
| HSL | 24.64º | 0.48% | 0.54% | - |
| HSV(B) | 24.64º | 0.58% | 0.76% | - |
| XYZ | 31.49 | 27.52 | 11.63 | - |
| YUV | 142.49 | 93.87 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 128 | 82 | 0 | 0.34 | 0.58 | 0.24 | 24.64 | 0.48 | 0.54 |
| Hex | C2 | 80 | 52 | 0 | 22 | 3A | 18 | 19 | 30 | 36 |
| Octal | 302 | 200 | 122 | 0 | 42 | 72 | 30 | 31 | 60 | 66 |
| Binary | 11000010 | 10000000 | 1010010 | 0 | 100010 | 111010 | 11000 | 11001 | 110000 | 110110 |
Color Harmonies of #C28052
Complementary color
Monochromatic Colors of #C28052
Black with #C28052
Text Example
Text Example
White with #C28052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28052; }
p { color: rgb(194,128,82); }
H1.HeaderClassName
{
color: #C28052;
}
.AnyTagClassName
{
color: #C28052;
}
</style>
background-color css
<style>
a { background-color: #C28052; }
a { background-color: rgb(194,128,82); }
div.DivClassName
{
background-color: #C28052;
}
.BgClassName
{
background-color: #C28052;
}
</style>
border-color css
<style>
span { border-color: #C28052; }
span { border-color: rgb(194,128,82); }
td.TdClassName
{
border-color: #C28052;
}
.TagClassName
{
border-color: #C28052;
}
</style>