Shades of Brandy Punch #C28240
Tints of Brandy Punch #C28240
RGB
CMYK
RGB Variations
Color information
#C28240 (or 0xC28240) is known color: Brandy Punch. HEX triplet: C2, 82 and 40. RGB value is (194,130,64). Sum of RGB (Red+Green+Blue) = 194+130+64=388 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50% from 388); Green value is 130 (51.17% from 255 or 33.51% from 388); Blue value is 64 (25.39% from 255 or 16.49% from 388); Max value from RGB is 194 - color contains mainly: red. Hex color #C28240 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28240 is #3D7DBF. Grayscale: #8D8D8D. Windows color (decimal): -4029888 or 4227778. OLE color: 4227778.
HSL color Cylindrical-coordinate representation of color #C28240: hue angle of 30.46º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C28240 is Cyan = 0, Magento = 0.33, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 130 | 64 | - |
| CMYK | 0 | 0.33 | 0.67 | 0.24 |
| HSL | 30.46º | 0.52% | 0.51% | - |
| HSV(B) | 30.46º | 0.67% | 0.76% | - |
| XYZ | 31.16 | 27.8 | 8.58 | - |
| YUV | 141.61 | 84.2 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 130 | 64 | 0 | 0.33 | 0.67 | 0.24 | 30.46 | 0.52 | 0.51 |
| Hex | C2 | 82 | 40 | 0 | 21 | 43 | 18 | 1E | 34 | 33 |
| Octal | 302 | 202 | 100 | 0 | 41 | 103 | 30 | 36 | 64 | 63 |
| Binary | 11000010 | 10000010 | 1000000 | 0 | 100001 | 1000011 | 11000 | 11110 | 110100 | 110011 |
Color Harmonies of #C28240
Complementary color
Monochromatic Colors of #C28240
Black with #C28240
Text Example
Text Example
White with #C28240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28240; }
p { color: rgb(194,130,64); }
H1.HeaderClassName
{
color: #C28240;
}
.AnyTagClassName
{
color: #C28240;
}
</style>
background-color css
<style>
a { background-color: #C28240; }
a { background-color: rgb(194,130,64); }
div.DivClassName
{
background-color: #C28240;
}
.BgClassName
{
background-color: #C28240;
}
</style>
border-color css
<style>
span { border-color: #C28240; }
span { border-color: rgb(194,130,64); }
td.TdClassName
{
border-color: #C28240;
}
.TagClassName
{
border-color: #C28240;
}
</style>