Shades of Brandy Punch #C08244
Tints of Brandy Punch #C08244
RGB
CMYK
RGB Variations
Color information
#C08244 (or 0xC08244) is known color: Brandy Punch. HEX triplet: C0, 82 and 44. RGB value is (192,130,68). Sum of RGB (Red+Green+Blue) = 192+130+68=390 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.23% from 390); Green value is 130 (51.17% from 255 or 33.33% from 390); Blue value is 68 (26.95% from 255 or 17.44% from 390); Max value from RGB is 192 - color contains mainly: red. Hex color #C08244 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08244 is #3F7DBB. Grayscale: #8D8D8D. Windows color (decimal): -4160956 or 4489920. OLE color: 4489920.
HSL color Cylindrical-coordinate representation of color #C08244: hue angle of 30º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C08244 is Cyan = 0, Magento = 0.32, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 130 | 68 | - |
| CMYK | 0 | 0.32 | 0.65 | 0.25 |
| HSL | 30º | 0.5% | 0.51% | - |
| HSV(B) | 30º | 0.65% | 0.75% | - |
| XYZ | 30.76 | 27.59 | 9.17 | - |
| YUV | 141.47 | 86.54 | 164.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 130 | 68 | 0 | 0.32 | 0.65 | 0.25 | 30 | 0.5 | 0.51 |
| Hex | C0 | 82 | 44 | 0 | 20 | 41 | 19 | 1E | 32 | 33 |
| Octal | 300 | 202 | 104 | 0 | 40 | 101 | 31 | 36 | 62 | 63 |
| Binary | 11000000 | 10000010 | 1000100 | 0 | 100000 | 1000001 | 11001 | 11110 | 110010 | 110011 |
Color Harmonies of #C08244
Complementary color
Monochromatic Colors of #C08244
Black with #C08244
Text Example
Text Example
White with #C08244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08244; }
p { color: rgb(192,130,68); }
H1.HeaderClassName
{
color: #C08244;
}
.AnyTagClassName
{
color: #C08244;
}
</style>
background-color css
<style>
a { background-color: #C08244; }
a { background-color: rgb(192,130,68); }
div.DivClassName
{
background-color: #C08244;
}
.BgClassName
{
background-color: #C08244;
}
</style>
border-color css
<style>
span { border-color: #C08244; }
span { border-color: rgb(192,130,68); }
td.TdClassName
{
border-color: #C08244;
}
.TagClassName
{
border-color: #C08244;
}
</style>