Shades of Brandy Punch #C08240
Tints of Brandy Punch #C08240
RGB
CMYK
RGB Variations
Color information
#C08240 (or 0xC08240) is known color: Brandy Punch. HEX triplet: C0, 82 and 40. RGB value is (192,130,64). Sum of RGB (Red+Green+Blue) = 192+130+64=386 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.74% from 386); Green value is 130 (51.17% from 255 or 33.68% from 386); Blue value is 64 (25.39% from 255 or 16.58% from 386); Max value from RGB is 192 - color contains mainly: red. Hex color #C08240 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08240 is #3F7DBF. Grayscale: #8D8D8D. Windows color (decimal): -4160960 or 4227776. OLE color: 4227776.
HSL color Cylindrical-coordinate representation of color #C08240: hue angle of 30.94º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C08240 is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 130 | 64 | - |
| CMYK | 0 | 0.32 | 0.67 | 0.25 |
| HSL | 30.94º | 0.5% | 0.5% | - |
| HSV(B) | 30.94º | 0.67% | 0.75% | - |
| XYZ | 30.65 | 27.54 | 8.55 | - |
| YUV | 141.01 | 84.54 | 164.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 130 | 64 | 0 | 0.32 | 0.67 | 0.25 | 30.94 | 0.5 | 0.5 |
| Hex | C0 | 82 | 40 | 0 | 20 | 43 | 19 | 1F | 32 | 32 |
| Octal | 300 | 202 | 100 | 0 | 40 | 103 | 31 | 37 | 62 | 62 |
| Binary | 11000000 | 10000010 | 1000000 | 0 | 100000 | 1000011 | 11001 | 11111 | 110010 | 110010 |
Color Harmonies of #C08240
Complementary color
Monochromatic Colors of #C08240
Black with #C08240
Text Example
Text Example
White with #C08240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08240; }
p { color: rgb(192,130,64); }
H1.HeaderClassName
{
color: #C08240;
}
.AnyTagClassName
{
color: #C08240;
}
</style>
background-color css
<style>
a { background-color: #C08240; }
a { background-color: rgb(192,130,64); }
div.DivClassName
{
background-color: #C08240;
}
.BgClassName
{
background-color: #C08240;
}
</style>
border-color css
<style>
span { border-color: #C08240; }
span { border-color: rgb(192,130,64); }
td.TdClassName
{
border-color: #C08240;
}
.TagClassName
{
border-color: #C08240;
}
</style>