Shades of Brandy Punch #C07A43
Tints of Brandy Punch #C07A43
RGB
CMYK
RGB Variations
Color information
#C07A43 (or 0xC07A43) is known color: Brandy Punch. HEX triplet: C0, 7A and 43. RGB value is (192,122,67). Sum of RGB (Red+Green+Blue) = 192+122+67=381 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.39% from 381); Green value is 122 (48.05% from 255 or 32.02% from 381); Blue value is 67 (26.56% from 255 or 17.59% from 381); Max value from RGB is 192 - color contains mainly: red. Hex color #C07A43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07A43 is #3F85BC. Grayscale: #888888. Windows color (decimal): -4163005 or 4422336. OLE color: 4422336.
HSL color Cylindrical-coordinate representation of color #C07A43: hue angle of 26.4º 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 #C07A43 is Cyan = 0, Magento = 0.36, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 122 | 67 | - |
| CMYK | 0 | 0.36 | 0.65 | 0.25 |
| HSL | 26.4º | 0.5% | 0.51% | - |
| HSV(B) | 26.4º | 0.65% | 0.75% | - |
| XYZ | 29.71 | 25.53 | 8.67 | - |
| YUV | 136.66 | 88.69 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 122 | 67 | 0 | 0.36 | 0.65 | 0.25 | 26.4 | 0.5 | 0.51 |
| Hex | C0 | 7A | 43 | 0 | 24 | 41 | 19 | 1A | 32 | 33 |
| Octal | 300 | 172 | 103 | 0 | 44 | 101 | 31 | 32 | 62 | 63 |
| Binary | 11000000 | 1111010 | 1000011 | 0 | 100100 | 1000001 | 11001 | 11010 | 110010 | 110011 |
Color Harmonies of #C07A43
Complementary color
Monochromatic Colors of #C07A43
Black with #C07A43
Text Example
Text Example
White with #C07A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07A43; }
p { color: rgb(192,122,67); }
H1.HeaderClassName
{
color: #C07A43;
}
.AnyTagClassName
{
color: #C07A43;
}
</style>
background-color css
<style>
a { background-color: #C07A43; }
a { background-color: rgb(192,122,67); }
div.DivClassName
{
background-color: #C07A43;
}
.BgClassName
{
background-color: #C07A43;
}
</style>
border-color css
<style>
span { border-color: #C07A43; }
span { border-color: rgb(192,122,67); }
td.TdClassName
{
border-color: #C07A43;
}
.TagClassName
{
border-color: #C07A43;
}
</style>