Shades of Brandy Punch #C77845
Tints of Brandy Punch #C77845
RGB
CMYK
RGB Variations
Color information
#C77845 (or 0xC77845) is known color: Brandy Punch. HEX triplet: C7, 78 and 45. RGB value is (199,120,69). Sum of RGB (Red+Green+Blue) = 199+120+69=388 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.29% from 388); Green value is 120 (47.27% from 255 or 30.93% from 388); Blue value is 69 (27.34% from 255 or 17.78% from 388); Max value from RGB is 199 - color contains mainly: red. Hex color #C77845 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77845 is #3887BA. Grayscale: #8A8A8A. Windows color (decimal): -3704763 or 4552903. OLE color: 4552903.
HSL color Cylindrical-coordinate representation of color #C77845: hue angle of 23.54º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C77845 is Cyan = 0, Magento = 0.40, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 120 | 69 | - |
| CMYK | 0 | 0.40 | 0.65 | 0.22 |
| HSL | 23.54º | 0.54% | 0.53% | - |
| HSV(B) | 23.54º | 0.65% | 0.78% | - |
| XYZ | 31.34 | 26 | 9 | - |
| YUV | 137.81 | 89.17 | 171.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 120 | 69 | 0 | 0.40 | 0.65 | 0.22 | 23.54 | 0.54 | 0.53 |
| Hex | C7 | 78 | 45 | 0 | 28 | 41 | 16 | 18 | 36 | 35 |
| Octal | 307 | 170 | 105 | 0 | 50 | 101 | 26 | 30 | 66 | 65 |
| Binary | 11000111 | 1111000 | 1000101 | 0 | 101000 | 1000001 | 10110 | 11000 | 110110 | 110101 |
Color Harmonies of #C77845
Complementary color
Monochromatic Colors of #C77845
Black with #C77845
Text Example
Text Example
White with #C77845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77845; }
p { color: rgb(199,120,69); }
H1.HeaderClassName
{
color: #C77845;
}
.AnyTagClassName
{
color: #C77845;
}
</style>
background-color css
<style>
a { background-color: #C77845; }
a { background-color: rgb(199,120,69); }
div.DivClassName
{
background-color: #C77845;
}
.BgClassName
{
background-color: #C77845;
}
</style>
border-color css
<style>
span { border-color: #C77845; }
span { border-color: rgb(199,120,69); }
td.TdClassName
{
border-color: #C77845;
}
.TagClassName
{
border-color: #C77845;
}
</style>