Shades of Brandy Punch #C07A4C
Tints of Brandy Punch #C07A4C
RGB
CMYK
RGB Variations
Color information
#C07A4C (or 0xC07A4C) is known color: Brandy Punch. HEX triplet: C0, 7A and 4C. RGB value is (192,122,76). Sum of RGB (Red+Green+Blue) = 192+122+76=390 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.23% from 390); Green value is 122 (48.05% from 255 or 31.28% from 390); Blue value is 76 (30.08% from 255 or 19.49% from 390); Max value from RGB is 192 - color contains mainly: red. Hex color #C07A4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07A4C is #3F85B3. Grayscale: #898989. Windows color (decimal): -4162996 or 5012160. OLE color: 5012160.
HSL color Cylindrical-coordinate representation of color #C07A4C: hue angle of 23.79º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C07A4C is Cyan = 0, Magento = 0.36, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 122 | 76 | - |
| CMYK | 0 | 0.36 | 0.60 | 0.25 |
| HSL | 23.79º | 0.48% | 0.53% | - |
| HSV(B) | 23.79º | 0.6% | 0.75% | - |
| XYZ | 30 | 25.65 | 10.21 | - |
| YUV | 137.69 | 93.19 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 122 | 76 | 0 | 0.36 | 0.60 | 0.25 | 23.79 | 0.48 | 0.53 |
| Hex | C0 | 7A | 4C | 0 | 24 | 3C | 19 | 18 | 30 | 35 |
| Octal | 300 | 172 | 114 | 0 | 44 | 74 | 31 | 30 | 60 | 65 |
| Binary | 11000000 | 1111010 | 1001100 | 0 | 100100 | 111100 | 11001 | 11000 | 110000 | 110101 |
Color Harmonies of #C07A4C
Complementary color
Monochromatic Colors of #C07A4C
Black with #C07A4C
Text Example
Text Example
White with #C07A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07A4C; }
p { color: rgb(192,122,76); }
H1.HeaderClassName
{
color: #C07A4C;
}
.AnyTagClassName
{
color: #C07A4C;
}
</style>
background-color css
<style>
a { background-color: #C07A4C; }
a { background-color: rgb(192,122,76); }
div.DivClassName
{
background-color: #C07A4C;
}
.BgClassName
{
background-color: #C07A4C;
}
</style>
border-color css
<style>
span { border-color: #C07A4C; }
span { border-color: rgb(192,122,76); }
td.TdClassName
{
border-color: #C07A4C;
}
.TagClassName
{
border-color: #C07A4C;
}
</style>