Shades of Brandy Punch #C07644
Tints of Brandy Punch #C07644
RGB
CMYK
RGB Variations
Color information
#C07644 (or 0xC07644) is known color: Brandy Punch. HEX triplet: C0, 76 and 44. RGB value is (192,118,68). Sum of RGB (Red+Green+Blue) = 192+118+68=378 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.79% from 378); Green value is 118 (46.48% from 255 or 31.22% from 378); Blue value is 68 (26.95% from 255 or 17.99% from 378); Max value from RGB is 192 - color contains mainly: red. Hex color #C07644 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07644 is #3F89BB. Grayscale: #868686. Windows color (decimal): -4164028 or 4486848. OLE color: 4486848.
HSL color Cylindrical-coordinate representation of color #C07644: hue angle of 24.19º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C07644 is Cyan = 0, Magento = 0.39, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 118 | 68 | - |
| CMYK | 0 | 0.39 | 0.65 | 0.25 |
| HSL | 24.19º | 0.5% | 0.51% | - |
| HSV(B) | 24.19º | 0.65% | 0.75% | - |
| XYZ | 29.26 | 24.58 | 8.67 | - |
| YUV | 134.43 | 90.52 | 169.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 118 | 68 | 0 | 0.39 | 0.65 | 0.25 | 24.19 | 0.5 | 0.51 |
| Hex | C0 | 76 | 44 | 0 | 27 | 41 | 19 | 18 | 32 | 33 |
| Octal | 300 | 166 | 104 | 0 | 47 | 101 | 31 | 30 | 62 | 63 |
| Binary | 11000000 | 1110110 | 1000100 | 0 | 100111 | 1000001 | 11001 | 11000 | 110010 | 110011 |
Color Harmonies of #C07644
Complementary color
Monochromatic Colors of #C07644
Black with #C07644
Text Example
Text Example
White with #C07644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07644; }
p { color: rgb(192,118,68); }
H1.HeaderClassName
{
color: #C07644;
}
.AnyTagClassName
{
color: #C07644;
}
</style>
background-color css
<style>
a { background-color: #C07644; }
a { background-color: rgb(192,118,68); }
div.DivClassName
{
background-color: #C07644;
}
.BgClassName
{
background-color: #C07644;
}
</style>
border-color css
<style>
span { border-color: #C07644; }
span { border-color: rgb(192,118,68); }
td.TdClassName
{
border-color: #C07644;
}
.TagClassName
{
border-color: #C07644;
}
</style>