Shades of Brandy Punch #C68246
Tints of Brandy Punch #C68246
RGB
CMYK
RGB Variations
Color information
#C68246 (or 0xC68246) is known color: Brandy Punch. HEX triplet: C6, 82 and 46. RGB value is (198,130,70). Sum of RGB (Red+Green+Blue) = 198+130+70=398 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.75% from 398); Green value is 130 (51.17% from 255 or 32.66% from 398); Blue value is 70 (27.73% from 255 or 17.59% from 398); Max value from RGB is 198 - color contains mainly: red. Hex color #C68246 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68246 is #397DB9. Grayscale: #8F8F8F. Windows color (decimal): -3767738 or 4620998. OLE color: 4620998.
HSL color Cylindrical-coordinate representation of color #C68246: hue angle of 28.12º degrees, saturation: 0.53, 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 #C68246 is Cyan = 0, Magento = 0.34, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 130 | 70 | - |
| CMYK | 0 | 0.34 | 0.65 | 0.22 |
| HSL | 28.13º | 0.53% | 0.53% | - |
| HSV(B) | 28.13º | 0.65% | 0.78% | - |
| XYZ | 32.38 | 28.41 | 9.57 | - |
| YUV | 143.49 | 86.53 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 130 | 70 | 0 | 0.34 | 0.65 | 0.22 | 28.13 | 0.53 | 0.53 |
| Hex | C6 | 82 | 46 | 0 | 22 | 41 | 16 | 1C | 35 | 35 |
| Octal | 306 | 202 | 106 | 0 | 42 | 101 | 26 | 34 | 65 | 65 |
| Binary | 11000110 | 10000010 | 1000110 | 0 | 100010 | 1000001 | 10110 | 11100 | 110101 | 110101 |
Color Harmonies of #C68246
Complementary color
Monochromatic Colors of #C68246
Black with #C68246
Text Example
Text Example
White with #C68246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68246; }
p { color: rgb(198,130,70); }
H1.HeaderClassName
{
color: #C68246;
}
.AnyTagClassName
{
color: #C68246;
}
</style>
background-color css
<style>
a { background-color: #C68246; }
a { background-color: rgb(198,130,70); }
div.DivClassName
{
background-color: #C68246;
}
.BgClassName
{
background-color: #C68246;
}
</style>
border-color css
<style>
span { border-color: #C68246; }
span { border-color: rgb(198,130,70); }
td.TdClassName
{
border-color: #C68246;
}
.TagClassName
{
border-color: #C68246;
}
</style>