Shades of Brandy Punch #C07C43
Tints of Brandy Punch #C07C43
RGB
CMYK
RGB Variations
Color information
#C07C43 (or 0xC07C43) is known color: Brandy Punch. HEX triplet: C0, 7C and 43. RGB value is (192,124,67). Sum of RGB (Red+Green+Blue) = 192+124+67=383 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.13% from 383); Green value is 124 (48.83% from 255 or 32.38% from 383); Blue value is 67 (26.56% from 255 or 17.49% from 383); Max value from RGB is 192 - color contains mainly: red. Hex color #C07C43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07C43 is #3F83BC. Grayscale: #8A8A8A. Windows color (decimal): -4162493 or 4422848. OLE color: 4422848.
HSL color Cylindrical-coordinate representation of color #C07C43: hue angle of 27.36º 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 #C07C43 is Cyan = 0, Magento = 0.35, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 124 | 67 | - |
| CMYK | 0 | 0.35 | 0.65 | 0.25 |
| HSL | 27.36º | 0.5% | 0.51% | - |
| HSV(B) | 27.36º | 0.65% | 0.75% | - |
| XYZ | 29.96 | 26.03 | 8.75 | - |
| YUV | 137.83 | 88.03 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 124 | 67 | 0 | 0.35 | 0.65 | 0.25 | 27.36 | 0.5 | 0.51 |
| Hex | C0 | 7C | 43 | 0 | 23 | 41 | 19 | 1B | 32 | 33 |
| Octal | 300 | 174 | 103 | 0 | 43 | 101 | 31 | 33 | 62 | 63 |
| Binary | 11000000 | 1111100 | 1000011 | 0 | 100011 | 1000001 | 11001 | 11011 | 110010 | 110011 |
Color Harmonies of #C07C43
Complementary color
Monochromatic Colors of #C07C43
Black with #C07C43
Text Example
Text Example
White with #C07C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07C43; }
p { color: rgb(192,124,67); }
H1.HeaderClassName
{
color: #C07C43;
}
.AnyTagClassName
{
color: #C07C43;
}
</style>
background-color css
<style>
a { background-color: #C07C43; }
a { background-color: rgb(192,124,67); }
div.DivClassName
{
background-color: #C07C43;
}
.BgClassName
{
background-color: #C07C43;
}
</style>
border-color css
<style>
span { border-color: #C07C43; }
span { border-color: rgb(192,124,67); }
td.TdClassName
{
border-color: #C07C43;
}
.TagClassName
{
border-color: #C07C43;
}
</style>