Shades of Brandy Punch #C0804A
Tints of Brandy Punch #C0804A
RGB
CMYK
RGB Variations
Color information
#C0804A (or 0xC0804A) is known color: Brandy Punch. HEX triplet: C0, 80 and 4A. RGB value is (192,128,74). Sum of RGB (Red+Green+Blue) = 192+128+74=394 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.73% from 394); Green value is 128 (50.39% from 255 or 32.49% from 394); Blue value is 74 (29.30% from 255 or 18.78% from 394); Max value from RGB is 192 - color contains mainly: red. Hex color #C0804A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0804A is #3F7FB5. Grayscale: #8D8D8D. Windows color (decimal): -4161462 or 4882624. OLE color: 4882624.
HSL color Cylindrical-coordinate representation of color #C0804A: hue angle of 27.46º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C0804A is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 128 | 74 | - |
| CMYK | 0 | 0.33 | 0.61 | 0.25 |
| HSL | 27.46º | 0.48% | 0.52% | - |
| HSV(B) | 27.46º | 0.61% | 0.75% | - |
| XYZ | 30.69 | 27.14 | 10.1 | - |
| YUV | 140.98 | 90.2 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 128 | 74 | 0 | 0.33 | 0.61 | 0.25 | 27.46 | 0.48 | 0.52 |
| Hex | C0 | 80 | 4A | 0 | 21 | 3D | 19 | 1B | 30 | 34 |
| Octal | 300 | 200 | 112 | 0 | 41 | 75 | 31 | 33 | 60 | 64 |
| Binary | 11000000 | 10000000 | 1001010 | 0 | 100001 | 111101 | 11001 | 11011 | 110000 | 110100 |
Color Harmonies of #C0804A
Complementary color
Monochromatic Colors of #C0804A
Black with #C0804A
Text Example
Text Example
White with #C0804A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0804A; }
p { color: rgb(192,128,74); }
H1.HeaderClassName
{
color: #C0804A;
}
.AnyTagClassName
{
color: #C0804A;
}
</style>
background-color css
<style>
a { background-color: #C0804A; }
a { background-color: rgb(192,128,74); }
div.DivClassName
{
background-color: #C0804A;
}
.BgClassName
{
background-color: #C0804A;
}
</style>
border-color css
<style>
span { border-color: #C0804A; }
span { border-color: rgb(192,128,74); }
td.TdClassName
{
border-color: #C0804A;
}
.TagClassName
{
border-color: #C0804A;
}
</style>