Shades of Brandy Punch #C0804F
Tints of Brandy Punch #C0804F
RGB
CMYK
RGB Variations
Color information
#C0804F (or 0xC0804F) is known color: Brandy Punch. HEX triplet: C0, 80 and 4F. RGB value is (192,128,79). Sum of RGB (Red+Green+Blue) = 192+128+79=399 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.12% from 399); Green value is 128 (50.39% from 255 or 32.08% from 399); Blue value is 79 (31.25% from 255 or 19.80% from 399); Max value from RGB is 192 - color contains mainly: red. Hex color #C0804F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0804F is #3F7FB0. Grayscale: #8D8D8D. Windows color (decimal): -4161457 or 5210304. OLE color: 5210304.
HSL color Cylindrical-coordinate representation of color #C0804F: hue angle of 26.02º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C0804F is Cyan = 0, Magento = 0.33, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 128 | 79 | - |
| CMYK | 0 | 0.33 | 0.59 | 0.25 |
| HSL | 26.02º | 0.47% | 0.53% | - |
| HSV(B) | 26.02º | 0.59% | 0.75% | - |
| XYZ | 30.87 | 27.21 | 11.02 | - |
| YUV | 141.55 | 92.7 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 128 | 79 | 0 | 0.33 | 0.59 | 0.25 | 26.02 | 0.47 | 0.53 |
| Hex | C0 | 80 | 4F | 0 | 21 | 3B | 19 | 1A | 2F | 35 |
| Octal | 300 | 200 | 117 | 0 | 41 | 73 | 31 | 32 | 57 | 65 |
| Binary | 11000000 | 10000000 | 1001111 | 0 | 100001 | 111011 | 11001 | 11010 | 101111 | 110101 |
Color Harmonies of #C0804F
Complementary color
Monochromatic Colors of #C0804F
Black with #C0804F
Text Example
Text Example
White with #C0804F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0804F; }
p { color: rgb(192,128,79); }
H1.HeaderClassName
{
color: #C0804F;
}
.AnyTagClassName
{
color: #C0804F;
}
</style>
background-color css
<style>
a { background-color: #C0804F; }
a { background-color: rgb(192,128,79); }
div.DivClassName
{
background-color: #C0804F;
}
.BgClassName
{
background-color: #C0804F;
}
</style>
border-color css
<style>
span { border-color: #C0804F; }
span { border-color: rgb(192,128,79); }
td.TdClassName
{
border-color: #C0804F;
}
.TagClassName
{
border-color: #C0804F;
}
</style>