Shades of Brandy Punch #C77946
Tints of Brandy Punch #C77946
RGB
CMYK
RGB Variations
Color information
#C77946 (or 0xC77946) is known color: Brandy Punch. HEX triplet: C7, 79 and 46. RGB value is (199,121,70). Sum of RGB (Red+Green+Blue) = 199+121+70=390 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.03% from 390); Green value is 121 (47.66% from 255 or 31.03% from 390); Blue value is 70 (27.73% from 255 or 17.95% from 390); Max value from RGB is 199 - color contains mainly: red. Hex color #C77946 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77946 is #3886B9. Grayscale: #8A8A8A. Windows color (decimal): -3704506 or 4618695. OLE color: 4618695.
HSL color Cylindrical-coordinate representation of color #C77946: hue angle of 23.72º 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 #C77946 is Cyan = 0, Magento = 0.39, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 121 | 70 | - |
| CMYK | 0 | 0.39 | 0.65 | 0.22 |
| HSL | 23.72º | 0.54% | 0.53% | - |
| HSV(B) | 23.72º | 0.65% | 0.78% | - |
| XYZ | 31.5 | 26.26 | 9.2 | - |
| YUV | 138.51 | 89.34 | 171.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 121 | 70 | 0 | 0.39 | 0.65 | 0.22 | 23.72 | 0.54 | 0.53 |
| Hex | C7 | 79 | 46 | 0 | 27 | 41 | 16 | 18 | 36 | 35 |
| Octal | 307 | 171 | 106 | 0 | 47 | 101 | 26 | 30 | 66 | 65 |
| Binary | 11000111 | 1111001 | 1000110 | 0 | 100111 | 1000001 | 10110 | 11000 | 110110 | 110101 |
Color Harmonies of #C77946
Complementary color
Monochromatic Colors of #C77946
Black with #C77946
Text Example
Text Example
White with #C77946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77946; }
p { color: rgb(199,121,70); }
H1.HeaderClassName
{
color: #C77946;
}
.AnyTagClassName
{
color: #C77946;
}
</style>
background-color css
<style>
a { background-color: #C77946; }
a { background-color: rgb(199,121,70); }
div.DivClassName
{
background-color: #C77946;
}
.BgClassName
{
background-color: #C77946;
}
</style>
border-color css
<style>
span { border-color: #C77946; }
span { border-color: rgb(199,121,70); }
td.TdClassName
{
border-color: #C77946;
}
.TagClassName
{
border-color: #C77946;
}
</style>