Shades of Brandy Punch #C0784D
Tints of Brandy Punch #C0784D
RGB
CMYK
RGB Variations
Color information
#C0784D (or 0xC0784D) is known color: Brandy Punch. HEX triplet: C0, 78 and 4D. RGB value is (192,120,77). Sum of RGB (Red+Green+Blue) = 192+120+77=389 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.36% from 389); Green value is 120 (47.27% from 255 or 30.85% from 389); Blue value is 77 (30.47% from 255 or 19.79% from 389); Max value from RGB is 192 - color contains mainly: red. Hex color #C0784D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0784D is #3F87B2. Grayscale: #888888. Windows color (decimal): -4163507 or 5077184. OLE color: 5077184.
HSL color Cylindrical-coordinate representation of color #C0784D: hue angle of 22.43º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C0784D is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 120 | 77 | - |
| CMYK | 0 | 0.38 | 0.60 | 0.25 |
| HSL | 22.43º | 0.48% | 0.53% | - |
| HSV(B) | 22.43º | 0.6% | 0.75% | - |
| XYZ | 29.79 | 25.18 | 10.31 | - |
| YUV | 136.63 | 94.35 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 120 | 77 | 0 | 0.38 | 0.60 | 0.25 | 22.43 | 0.48 | 0.53 |
| Hex | C0 | 78 | 4D | 0 | 26 | 3C | 19 | 16 | 30 | 35 |
| Octal | 300 | 170 | 115 | 0 | 46 | 74 | 31 | 26 | 60 | 65 |
| Binary | 11000000 | 1111000 | 1001101 | 0 | 100110 | 111100 | 11001 | 10110 | 110000 | 110101 |
Color Harmonies of #C0784D
Complementary color
Monochromatic Colors of #C0784D
Black with #C0784D
Text Example
Text Example
White with #C0784D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0784D; }
p { color: rgb(192,120,77); }
H1.HeaderClassName
{
color: #C0784D;
}
.AnyTagClassName
{
color: #C0784D;
}
</style>
background-color css
<style>
a { background-color: #C0784D; }
a { background-color: rgb(192,120,77); }
div.DivClassName
{
background-color: #C0784D;
}
.BgClassName
{
background-color: #C0784D;
}
</style>
border-color css
<style>
span { border-color: #C0784D; }
span { border-color: rgb(192,120,77); }
td.TdClassName
{
border-color: #C0784D;
}
.TagClassName
{
border-color: #C0784D;
}
</style>