Shades of Brandy Punch #C2804E
Tints of Brandy Punch #C2804E
RGB
CMYK
RGB Variations
Color information
#C2804E (or 0xC2804E) is known color: Brandy Punch. HEX triplet: C2, 80 and 4E. RGB value is (194,128,78). Sum of RGB (Red+Green+Blue) = 194+128+78=400 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.5% from 400); Green value is 128 (50.39% from 255 or 32% from 400); Blue value is 78 (30.86% from 255 or 19.5% from 400); Max value from RGB is 194 - color contains mainly: red. Hex color #C2804E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2804E is #3D7FB1. Grayscale: #8E8E8E. Windows color (decimal): -4030386 or 5144770. OLE color: 5144770.
HSL color Cylindrical-coordinate representation of color #C2804E: hue angle of 25.86º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C2804E is Cyan = 0, Magento = 0.34, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 128 | 78 | - |
| CMYK | 0 | 0.34 | 0.60 | 0.24 |
| HSL | 25.86º | 0.49% | 0.53% | - |
| HSV(B) | 25.86º | 0.6% | 0.76% | - |
| XYZ | 31.34 | 27.46 | 10.86 | - |
| YUV | 142.03 | 91.87 | 165.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 128 | 78 | 0 | 0.34 | 0.60 | 0.24 | 25.86 | 0.49 | 0.53 |
| Hex | C2 | 80 | 4E | 0 | 22 | 3C | 18 | 1A | 31 | 35 |
| Octal | 302 | 200 | 116 | 0 | 42 | 74 | 30 | 32 | 61 | 65 |
| Binary | 11000010 | 10000000 | 1001110 | 0 | 100010 | 111100 | 11000 | 11010 | 110001 | 110101 |
Color Harmonies of #C2804E
Complementary color
Monochromatic Colors of #C2804E
Black with #C2804E
Text Example
Text Example
White with #C2804E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2804E; }
p { color: rgb(194,128,78); }
H1.HeaderClassName
{
color: #C2804E;
}
.AnyTagClassName
{
color: #C2804E;
}
</style>
background-color css
<style>
a { background-color: #C2804E; }
a { background-color: rgb(194,128,78); }
div.DivClassName
{
background-color: #C2804E;
}
.BgClassName
{
background-color: #C2804E;
}
</style>
border-color css
<style>
span { border-color: #C2804E; }
span { border-color: rgb(194,128,78); }
td.TdClassName
{
border-color: #C2804E;
}
.TagClassName
{
border-color: #C2804E;
}
</style>