Shades of Brandy Punch #C07749
Tints of Brandy Punch #C07749
RGB
CMYK
RGB Variations
Color information
#C07749 (or 0xC07749) is known color: Brandy Punch. HEX triplet: C0, 77 and 49. RGB value is (192,119,73). Sum of RGB (Red+Green+Blue) = 192+119+73=384 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50% from 384); Green value is 119 (46.88% from 255 or 30.99% from 384); Blue value is 73 (28.91% from 255 or 19.01% from 384); Max value from RGB is 192 - color contains mainly: red. Hex color #C07749 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07749 is #3F88B6. Grayscale: #878787. Windows color (decimal): -4163767 or 4814784. OLE color: 4814784.
HSL color Cylindrical-coordinate representation of color #C07749: hue angle of 23.19º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C07749 is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 119 | 73 | - |
| CMYK | 0 | 0.38 | 0.62 | 0.25 |
| HSL | 23.19º | 0.49% | 0.52% | - |
| HSV(B) | 23.19º | 0.62% | 0.75% | - |
| XYZ | 29.54 | 24.88 | 9.55 | - |
| YUV | 135.58 | 92.68 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 119 | 73 | 0 | 0.38 | 0.62 | 0.25 | 23.19 | 0.49 | 0.52 |
| Hex | C0 | 77 | 49 | 0 | 26 | 3E | 19 | 17 | 31 | 34 |
| Octal | 300 | 167 | 111 | 0 | 46 | 76 | 31 | 27 | 61 | 64 |
| Binary | 11000000 | 1110111 | 1001001 | 0 | 100110 | 111110 | 11001 | 10111 | 110001 | 110100 |
Color Harmonies of #C07749
Complementary color
Monochromatic Colors of #C07749
Black with #C07749
Text Example
Text Example
White with #C07749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07749; }
p { color: rgb(192,119,73); }
H1.HeaderClassName
{
color: #C07749;
}
.AnyTagClassName
{
color: #C07749;
}
</style>
background-color css
<style>
a { background-color: #C07749; }
a { background-color: rgb(192,119,73); }
div.DivClassName
{
background-color: #C07749;
}
.BgClassName
{
background-color: #C07749;
}
</style>
border-color css
<style>
span { border-color: #C07749; }
span { border-color: rgb(192,119,73); }
td.TdClassName
{
border-color: #C07749;
}
.TagClassName
{
border-color: #C07749;
}
</style>