Shades of Brandy Punch #C07A42
Tints of Brandy Punch #C07A42
RGB
CMYK
RGB Variations
Color information
#C07A42 (or 0xC07A42) is known color: Brandy Punch. HEX triplet: C0, 7A and 42. RGB value is (192,122,66). Sum of RGB (Red+Green+Blue) = 192+122+66=380 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.53% from 380); Green value is 122 (48.05% from 255 or 32.11% from 380); Blue value is 66 (26.17% from 255 or 17.37% from 380); Max value from RGB is 192 - color contains mainly: red. Hex color #C07A42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07A42 is #3F85BD. Grayscale: #888888. Windows color (decimal): -4163006 or 4356800. OLE color: 4356800.
HSL color Cylindrical-coordinate representation of color #C07A42: hue angle of 26.67º 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 #C07A42 is Cyan = 0, Magento = 0.36, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 122 | 66 | - |
| CMYK | 0 | 0.36 | 0.66 | 0.25 |
| HSL | 26.67º | 0.5% | 0.51% | - |
| HSV(B) | 26.67º | 0.66% | 0.75% | - |
| XYZ | 29.68 | 25.52 | 8.52 | - |
| YUV | 136.55 | 88.19 | 167.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 122 | 66 | 0 | 0.36 | 0.66 | 0.25 | 26.67 | 0.5 | 0.51 |
| Hex | C0 | 7A | 42 | 0 | 24 | 42 | 19 | 1B | 32 | 33 |
| Octal | 300 | 172 | 102 | 0 | 44 | 102 | 31 | 33 | 62 | 63 |
| Binary | 11000000 | 1111010 | 1000010 | 0 | 100100 | 1000010 | 11001 | 11011 | 110010 | 110011 |
Color Harmonies of #C07A42
Complementary color
Monochromatic Colors of #C07A42
Black with #C07A42
Text Example
Text Example
White with #C07A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07A42; }
p { color: rgb(192,122,66); }
H1.HeaderClassName
{
color: #C07A42;
}
.AnyTagClassName
{
color: #C07A42;
}
</style>
background-color css
<style>
a { background-color: #C07A42; }
a { background-color: rgb(192,122,66); }
div.DivClassName
{
background-color: #C07A42;
}
.BgClassName
{
background-color: #C07A42;
}
</style>
border-color css
<style>
span { border-color: #C07A42; }
span { border-color: rgb(192,122,66); }
td.TdClassName
{
border-color: #C07A42;
}
.TagClassName
{
border-color: #C07A42;
}
</style>