Shades of Brandy Punch #C0773D
Tints of Brandy Punch #C0773D
RGB
CMYK
RGB Variations
Color information
#C0773D (or 0xC0773D) is known color: Brandy Punch. HEX triplet: C0, 77 and 3D. RGB value is (192,119,61). Sum of RGB (Red+Green+Blue) = 192+119+61=372 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.61% from 372); Green value is 119 (46.88% from 255 or 31.99% from 372); Blue value is 61 (24.22% from 255 or 16.40% from 372); Max value from RGB is 192 - color contains mainly: red. Hex color #C0773D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0773D is #3F88C2. Grayscale: #868686. Windows color (decimal): -4163779 or 4028352. OLE color: 4028352.
HSL color Cylindrical-coordinate representation of color #C0773D: hue angle of 26.56º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C0773D is Cyan = 0, Magento = 0.38, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 119 | 61 | - |
| CMYK | 0 | 0.38 | 0.68 | 0.25 |
| HSL | 26.56º | 0.52% | 0.5% | - |
| HSV(B) | 26.56º | 0.68% | 0.75% | - |
| XYZ | 29.18 | 24.74 | 7.65 | - |
| YUV | 134.22 | 86.68 | 169.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 119 | 61 | 0 | 0.38 | 0.68 | 0.25 | 26.56 | 0.52 | 0.5 |
| Hex | C0 | 77 | 3D | 0 | 26 | 44 | 19 | 1B | 34 | 32 |
| Octal | 300 | 167 | 75 | 0 | 46 | 104 | 31 | 33 | 64 | 62 |
| Binary | 11000000 | 1110111 | 111101 | 0 | 100110 | 1000100 | 11001 | 11011 | 110100 | 110010 |
Color Harmonies of #C0773D
Complementary color
Monochromatic Colors of #C0773D
Black with #C0773D
Text Example
Text Example
White with #C0773D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0773D; }
p { color: rgb(192,119,61); }
H1.HeaderClassName
{
color: #C0773D;
}
.AnyTagClassName
{
color: #C0773D;
}
</style>
background-color css
<style>
a { background-color: #C0773D; }
a { background-color: rgb(192,119,61); }
div.DivClassName
{
background-color: #C0773D;
}
.BgClassName
{
background-color: #C0773D;
}
</style>
border-color css
<style>
span { border-color: #C0773D; }
span { border-color: rgb(192,119,61); }
td.TdClassName
{
border-color: #C0773D;
}
.TagClassName
{
border-color: #C0773D;
}
</style>