Shades of Brandy Punch #C07E42
Tints of Brandy Punch #C07E42
RGB
CMYK
RGB Variations
Color information
#C07E42 (or 0xC07E42) is known color: Brandy Punch. HEX triplet: C0, 7E and 42. RGB value is (192,126,66). Sum of RGB (Red+Green+Blue) = 192+126+66=384 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50% from 384); Green value is 126 (49.61% from 255 or 32.81% from 384); Blue value is 66 (26.17% from 255 or 17.19% from 384); Max value from RGB is 192 - color contains mainly: red. Hex color #C07E42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07E42 is #3F81BD. Grayscale: #8B8B8B. Windows color (decimal): -4161982 or 4357824. OLE color: 4357824.
HSL color Cylindrical-coordinate representation of color #C07E42: hue angle of 28.57º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C07E42 is Cyan = 0, Magento = 0.34, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 126 | 66 | - |
| CMYK | 0 | 0.34 | 0.66 | 0.25 |
| HSL | 28.57º | 0.5% | 0.51% | - |
| HSV(B) | 28.57º | 0.66% | 0.75% | - |
| XYZ | 30.18 | 26.52 | 8.68 | - |
| YUV | 138.89 | 86.87 | 165.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 126 | 66 | 0 | 0.34 | 0.66 | 0.25 | 28.57 | 0.5 | 0.51 |
| Hex | C0 | 7E | 42 | 0 | 22 | 42 | 19 | 1D | 32 | 33 |
| Octal | 300 | 176 | 102 | 0 | 42 | 102 | 31 | 35 | 62 | 63 |
| Binary | 11000000 | 1111110 | 1000010 | 0 | 100010 | 1000010 | 11001 | 11101 | 110010 | 110011 |
Color Harmonies of #C07E42
Complementary color
Monochromatic Colors of #C07E42
Black with #C07E42
Text Example
Text Example
White with #C07E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07E42; }
p { color: rgb(192,126,66); }
H1.HeaderClassName
{
color: #C07E42;
}
.AnyTagClassName
{
color: #C07E42;
}
</style>
background-color css
<style>
a { background-color: #C07E42; }
a { background-color: rgb(192,126,66); }
div.DivClassName
{
background-color: #C07E42;
}
.BgClassName
{
background-color: #C07E42;
}
</style>
border-color css
<style>
span { border-color: #C07E42; }
span { border-color: rgb(192,126,66); }
td.TdClassName
{
border-color: #C07E42;
}
.TagClassName
{
border-color: #C07E42;
}
</style>