Shades of Brandy Punch #C07A4A
Tints of Brandy Punch #C07A4A
RGB
CMYK
RGB Variations
Color information
#C07A4A (or 0xC07A4A) is known color: Brandy Punch. HEX triplet: C0, 7A and 4A. RGB value is (192,122,74). Sum of RGB (Red+Green+Blue) = 192+122+74=388 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.48% from 388); Green value is 122 (48.05% from 255 or 31.44% from 388); Blue value is 74 (29.30% from 255 or 19.07% from 388); Max value from RGB is 192 - color contains mainly: red. Hex color #C07A4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07A4A is #3F85B5. Grayscale: #898989. Windows color (decimal): -4162998 or 4881088. OLE color: 4881088.
HSL color Cylindrical-coordinate representation of color #C07A4A: hue angle of 24.41º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C07A4A is Cyan = 0, Magento = 0.36, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 122 | 74 | - |
| CMYK | 0 | 0.36 | 0.61 | 0.25 |
| HSL | 24.41º | 0.48% | 0.52% | - |
| HSV(B) | 24.41º | 0.61% | 0.75% | - |
| XYZ | 29.93 | 25.62 | 9.85 | - |
| YUV | 137.46 | 92.19 | 166.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 122 | 74 | 0 | 0.36 | 0.61 | 0.25 | 24.41 | 0.48 | 0.52 |
| Hex | C0 | 7A | 4A | 0 | 24 | 3D | 19 | 18 | 30 | 34 |
| Octal | 300 | 172 | 112 | 0 | 44 | 75 | 31 | 30 | 60 | 64 |
| Binary | 11000000 | 1111010 | 1001010 | 0 | 100100 | 111101 | 11001 | 11000 | 110000 | 110100 |
Color Harmonies of #C07A4A
Complementary color
Monochromatic Colors of #C07A4A
Black with #C07A4A
Text Example
Text Example
White with #C07A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07A4A; }
p { color: rgb(192,122,74); }
H1.HeaderClassName
{
color: #C07A4A;
}
.AnyTagClassName
{
color: #C07A4A;
}
</style>
background-color css
<style>
a { background-color: #C07A4A; }
a { background-color: rgb(192,122,74); }
div.DivClassName
{
background-color: #C07A4A;
}
.BgClassName
{
background-color: #C07A4A;
}
</style>
border-color css
<style>
span { border-color: #C07A4A; }
span { border-color: rgb(192,122,74); }
td.TdClassName
{
border-color: #C07A4A;
}
.TagClassName
{
border-color: #C07A4A;
}
</style>