Shades of Brandy Punch #C08241
Tints of Brandy Punch #C08241
RGB
CMYK
RGB Variations
Color information
#C08241 (or 0xC08241) is known color: Brandy Punch. HEX triplet: C0, 82 and 41. RGB value is (192,130,65). Sum of RGB (Red+Green+Blue) = 192+130+65=387 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.61% from 387); Green value is 130 (51.17% from 255 or 33.59% from 387); Blue value is 65 (25.78% from 255 or 16.80% from 387); Max value from RGB is 192 - color contains mainly: red. Hex color #C08241 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08241 is #3F7DBE. Grayscale: #8D8D8D. Windows color (decimal): -4160959 or 4293312. OLE color: 4293312.
HSL color Cylindrical-coordinate representation of color #C08241: hue angle of 30.71º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C08241 is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 130 | 65 | - |
| CMYK | 0 | 0.32 | 0.66 | 0.25 |
| HSL | 30.71º | 0.5% | 0.5% | - |
| HSV(B) | 30.71º | 0.66% | 0.75% | - |
| XYZ | 30.67 | 27.55 | 8.7 | - |
| YUV | 141.13 | 85.04 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 130 | 65 | 0 | 0.32 | 0.66 | 0.25 | 30.71 | 0.5 | 0.5 |
| Hex | C0 | 82 | 41 | 0 | 20 | 42 | 19 | 1F | 32 | 32 |
| Octal | 300 | 202 | 101 | 0 | 40 | 102 | 31 | 37 | 62 | 62 |
| Binary | 11000000 | 10000010 | 1000001 | 0 | 100000 | 1000010 | 11001 | 11111 | 110010 | 110010 |
Color Harmonies of #C08241
Complementary color
Monochromatic Colors of #C08241
Black with #C08241
Text Example
Text Example
White with #C08241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08241; }
p { color: rgb(192,130,65); }
H1.HeaderClassName
{
color: #C08241;
}
.AnyTagClassName
{
color: #C08241;
}
</style>
background-color css
<style>
a { background-color: #C08241; }
a { background-color: rgb(192,130,65); }
div.DivClassName
{
background-color: #C08241;
}
.BgClassName
{
background-color: #C08241;
}
</style>
border-color css
<style>
span { border-color: #C08241; }
span { border-color: rgb(192,130,65); }
td.TdClassName
{
border-color: #C08241;
}
.TagClassName
{
border-color: #C08241;
}
</style>