Shades of Brandy Punch #C07A3C
Tints of Brandy Punch #C07A3C
RGB
CMYK
RGB Variations
Color information
#C07A3C (or 0xC07A3C) is known color: Brandy Punch. HEX triplet: C0, 7A and 3C. RGB value is (192,122,60). Sum of RGB (Red+Green+Blue) = 192+122+60=374 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.34% from 374); Green value is 122 (48.05% from 255 or 32.62% from 374); Blue value is 60 (23.83% from 255 or 16.04% from 374); Max value from RGB is 192 - color contains mainly: red. Hex color #C07A3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07A3C is #3F85C3. Grayscale: #888888. Windows color (decimal): -4163012 or 3963584. OLE color: 3963584.
HSL color Cylindrical-coordinate representation of color #C07A3C: hue angle of 28.18º degrees, saturation: 0.52, 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 #C07A3C is Cyan = 0, Magento = 0.36, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 122 | 60 | - |
| CMYK | 0 | 0.36 | 0.69 | 0.25 |
| HSL | 28.18º | 0.52% | 0.49% | - |
| HSV(B) | 28.18º | 0.69% | 0.75% | - |
| XYZ | 29.51 | 25.45 | 7.63 | - |
| YUV | 135.86 | 85.19 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 122 | 60 | 0 | 0.36 | 0.69 | 0.25 | 28.18 | 0.52 | 0.49 |
| Hex | C0 | 7A | 3C | 0 | 24 | 45 | 19 | 1C | 34 | 31 |
| Octal | 300 | 172 | 74 | 0 | 44 | 105 | 31 | 34 | 64 | 61 |
| Binary | 11000000 | 1111010 | 111100 | 0 | 100100 | 1000101 | 11001 | 11100 | 110100 | 110001 |
Color Harmonies of #C07A3C
Complementary color
Monochromatic Colors of #C07A3C
Black with #C07A3C
Text Example
Text Example
White with #C07A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07A3C; }
p { color: rgb(192,122,60); }
H1.HeaderClassName
{
color: #C07A3C;
}
.AnyTagClassName
{
color: #C07A3C;
}
</style>
background-color css
<style>
a { background-color: #C07A3C; }
a { background-color: rgb(192,122,60); }
div.DivClassName
{
background-color: #C07A3C;
}
.BgClassName
{
background-color: #C07A3C;
}
</style>
border-color css
<style>
span { border-color: #C07A3C; }
span { border-color: rgb(192,122,60); }
td.TdClassName
{
border-color: #C07A3C;
}
.TagClassName
{
border-color: #C07A3C;
}
</style>