Shades of Brandy Punch #C07F45
Tints of Brandy Punch #C07F45
RGB
CMYK
RGB Variations
Color information
#C07F45 (or 0xC07F45) is known color: Brandy Punch. HEX triplet: C0, 7F and 45. RGB value is (192,127,69). Sum of RGB (Red+Green+Blue) = 192+127+69=388 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.48% from 388); Green value is 127 (50% from 255 or 32.73% from 388); Blue value is 69 (27.34% from 255 or 17.78% from 388); Max value from RGB is 192 - color contains mainly: red. Hex color #C07F45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07F45 is #3F80BA. Grayscale: #8C8C8C. Windows color (decimal): -4161723 or 4554688. OLE color: 4554688.
HSL color Cylindrical-coordinate representation of color #C07F45: hue angle of 28.29º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C07F45 is Cyan = 0, Magento = 0.34, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 127 | 69 | - |
| CMYK | 0 | 0.34 | 0.64 | 0.25 |
| HSL | 28.29º | 0.49% | 0.51% | - |
| HSV(B) | 28.29º | 0.64% | 0.75% | - |
| XYZ | 30.4 | 26.81 | 9.2 | - |
| YUV | 139.82 | 88.03 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 127 | 69 | 0 | 0.34 | 0.64 | 0.25 | 28.29 | 0.49 | 0.51 |
| Hex | C0 | 7F | 45 | 0 | 22 | 40 | 19 | 1C | 31 | 33 |
| Octal | 300 | 177 | 105 | 0 | 42 | 100 | 31 | 34 | 61 | 63 |
| Binary | 11000000 | 1111111 | 1000101 | 0 | 100010 | 1000000 | 11001 | 11100 | 110001 | 110011 |
Color Harmonies of #C07F45
Complementary color
Monochromatic Colors of #C07F45
Black with #C07F45
Text Example
Text Example
White with #C07F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07F45; }
p { color: rgb(192,127,69); }
H1.HeaderClassName
{
color: #C07F45;
}
.AnyTagClassName
{
color: #C07F45;
}
</style>
background-color css
<style>
a { background-color: #C07F45; }
a { background-color: rgb(192,127,69); }
div.DivClassName
{
background-color: #C07F45;
}
.BgClassName
{
background-color: #C07F45;
}
</style>
border-color css
<style>
span { border-color: #C07F45; }
span { border-color: rgb(192,127,69); }
td.TdClassName
{
border-color: #C07F45;
}
.TagClassName
{
border-color: #C07F45;
}
</style>