Shades of Brandy Punch #C07A3B
Tints of Brandy Punch #C07A3B
RGB
CMYK
RGB Variations
Color information
#C07A3B (or 0xC07A3B) is known color: Brandy Punch. HEX triplet: C0, 7A and 3B. RGB value is (192,122,59). Sum of RGB (Red+Green+Blue) = 192+122+59=373 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.47% from 373); Green value is 122 (48.05% from 255 or 32.71% from 373); Blue value is 59 (23.44% from 255 or 15.82% from 373); Max value from RGB is 192 - color contains mainly: red. Hex color #C07A3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07A3B is #3F85C4. Grayscale: #888888. Windows color (decimal): -4163013 or 3898048. OLE color: 3898048.
HSL color Cylindrical-coordinate representation of color #C07A3B: hue angle of 28.42º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C07A3B is Cyan = 0, Magento = 0.36, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 122 | 59 | - |
| CMYK | 0 | 0.36 | 0.69 | 0.25 |
| HSL | 28.42º | 0.53% | 0.49% | - |
| HSV(B) | 28.42º | 0.69% | 0.75% | - |
| XYZ | 29.49 | 25.44 | 7.49 | - |
| YUV | 135.75 | 84.69 | 168.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 122 | 59 | 0 | 0.36 | 0.69 | 0.25 | 28.42 | 0.53 | 0.49 |
| Hex | C0 | 7A | 3B | 0 | 24 | 45 | 19 | 1C | 35 | 31 |
| Octal | 300 | 172 | 73 | 0 | 44 | 105 | 31 | 34 | 65 | 61 |
| Binary | 11000000 | 1111010 | 111011 | 0 | 100100 | 1000101 | 11001 | 11100 | 110101 | 110001 |
Color Harmonies of #C07A3B
Complementary color
Monochromatic Colors of #C07A3B
Black with #C07A3B
Text Example
Text Example
White with #C07A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07A3B; }
p { color: rgb(192,122,59); }
H1.HeaderClassName
{
color: #C07A3B;
}
.AnyTagClassName
{
color: #C07A3B;
}
</style>
background-color css
<style>
a { background-color: #C07A3B; }
a { background-color: rgb(192,122,59); }
div.DivClassName
{
background-color: #C07A3B;
}
.BgClassName
{
background-color: #C07A3B;
}
</style>
border-color css
<style>
span { border-color: #C07A3B; }
span { border-color: rgb(192,122,59); }
td.TdClassName
{
border-color: #C07A3B;
}
.TagClassName
{
border-color: #C07A3B;
}
</style>