Shades of Brandy Punch #C07C44
Tints of Brandy Punch #C07C44
RGB
CMYK
RGB Variations
Color information
#C07C44 (or 0xC07C44) is known color: Brandy Punch. HEX triplet: C0, 7C and 44. RGB value is (192,124,68). Sum of RGB (Red+Green+Blue) = 192+124+68=384 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50% from 384); Green value is 124 (48.83% from 255 or 32.29% from 384); Blue value is 68 (26.95% from 255 or 17.71% from 384); Max value from RGB is 192 - color contains mainly: red. Hex color #C07C44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07C44 is #3F83BB. Grayscale: #8A8A8A. Windows color (decimal): -4162492 or 4488384. OLE color: 4488384.
HSL color Cylindrical-coordinate representation of color #C07C44: hue angle of 27.1º 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 #C07C44 is Cyan = 0, Magento = 0.35, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 124 | 68 | - |
| CMYK | 0 | 0.35 | 0.65 | 0.25 |
| HSL | 27.1º | 0.5% | 0.51% | - |
| HSV(B) | 27.1º | 0.65% | 0.75% | - |
| XYZ | 29.99 | 26.04 | 8.91 | - |
| YUV | 137.95 | 88.53 | 166.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 124 | 68 | 0 | 0.35 | 0.65 | 0.25 | 27.1 | 0.5 | 0.51 |
| Hex | C0 | 7C | 44 | 0 | 23 | 41 | 19 | 1B | 32 | 33 |
| Octal | 300 | 174 | 104 | 0 | 43 | 101 | 31 | 33 | 62 | 63 |
| Binary | 11000000 | 1111100 | 1000100 | 0 | 100011 | 1000001 | 11001 | 11011 | 110010 | 110011 |
Color Harmonies of #C07C44
Complementary color
Monochromatic Colors of #C07C44
Black with #C07C44
Text Example
Text Example
White with #C07C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07C44; }
p { color: rgb(192,124,68); }
H1.HeaderClassName
{
color: #C07C44;
}
.AnyTagClassName
{
color: #C07C44;
}
</style>
background-color css
<style>
a { background-color: #C07C44; }
a { background-color: rgb(192,124,68); }
div.DivClassName
{
background-color: #C07C44;
}
.BgClassName
{
background-color: #C07C44;
}
</style>
border-color css
<style>
span { border-color: #C07C44; }
span { border-color: rgb(192,124,68); }
td.TdClassName
{
border-color: #C07C44;
}
.TagClassName
{
border-color: #C07C44;
}
</style>