Shades of Brandy Punch #C2824D
Tints of Brandy Punch #C2824D
RGB
CMYK
RGB Variations
Color information
#C2824D (or 0xC2824D) is known color: Brandy Punch. HEX triplet: C2, 82 and 4D. RGB value is (194,130,77). Sum of RGB (Red+Green+Blue) = 194+130+77=401 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.38% from 401); Green value is 130 (51.17% from 255 or 32.42% from 401); Blue value is 77 (30.47% from 255 or 19.20% from 401); Max value from RGB is 194 - color contains mainly: red. Hex color #C2824D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2824D is #3D7DB2. Grayscale: #8F8F8F. Windows color (decimal): -4029875 or 5079746. OLE color: 5079746.
HSL color Cylindrical-coordinate representation of color #C2824D: hue angle of 27.18º 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 #C2824D is Cyan = 0, Magento = 0.33, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 130 | 77 | - |
| CMYK | 0 | 0.33 | 0.60 | 0.24 |
| HSL | 27.18º | 0.49% | 0.53% | - |
| HSV(B) | 27.18º | 0.6% | 0.76% | - |
| XYZ | 31.57 | 27.97 | 10.76 | - |
| YUV | 143.09 | 90.7 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 130 | 77 | 0 | 0.33 | 0.60 | 0.24 | 27.18 | 0.49 | 0.53 |
| Hex | C2 | 82 | 4D | 0 | 21 | 3C | 18 | 1B | 31 | 35 |
| Octal | 302 | 202 | 115 | 0 | 41 | 74 | 30 | 33 | 61 | 65 |
| Binary | 11000010 | 10000010 | 1001101 | 0 | 100001 | 111100 | 11000 | 11011 | 110001 | 110101 |
Color Harmonies of #C2824D
Complementary color
Monochromatic Colors of #C2824D
Black with #C2824D
Text Example
Text Example
White with #C2824D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2824D; }
p { color: rgb(194,130,77); }
H1.HeaderClassName
{
color: #C2824D;
}
.AnyTagClassName
{
color: #C2824D;
}
</style>
background-color css
<style>
a { background-color: #C2824D; }
a { background-color: rgb(194,130,77); }
div.DivClassName
{
background-color: #C2824D;
}
.BgClassName
{
background-color: #C2824D;
}
</style>
border-color css
<style>
span { border-color: #C2824D; }
span { border-color: rgb(194,130,77); }
td.TdClassName
{
border-color: #C2824D;
}
.TagClassName
{
border-color: #C2824D;
}
</style>