Shades of Brandy Punch #C68049
Tints of Brandy Punch #C68049
RGB
CMYK
RGB Variations
Color information
#C68049 (or 0xC68049) is known color: Brandy Punch. HEX triplet: C6, 80 and 49. RGB value is (198,128,73). Sum of RGB (Red+Green+Blue) = 198+128+73=399 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.62% from 399); Green value is 128 (50.39% from 255 or 32.08% from 399); Blue value is 73 (28.91% from 255 or 18.30% from 399); Max value from RGB is 198 - color contains mainly: red. Hex color #C68049 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68049 is #397FB6. Grayscale: #8E8E8E. Windows color (decimal): -3768247 or 4817094. OLE color: 4817094.
HSL color Cylindrical-coordinate representation of color #C68049: hue angle of 26.4º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C68049 is Cyan = 0, Magento = 0.35, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 128 | 73 | - |
| CMYK | 0 | 0.35 | 0.63 | 0.22 |
| HSL | 26.4º | 0.52% | 0.53% | - |
| HSV(B) | 26.4º | 0.63% | 0.78% | - |
| XYZ | 32.21 | 27.93 | 10 | - |
| YUV | 142.66 | 88.69 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 128 | 73 | 0 | 0.35 | 0.63 | 0.22 | 26.4 | 0.52 | 0.53 |
| Hex | C6 | 80 | 49 | 0 | 23 | 3F | 16 | 1A | 34 | 35 |
| Octal | 306 | 200 | 111 | 0 | 43 | 77 | 26 | 32 | 64 | 65 |
| Binary | 11000110 | 10000000 | 1001001 | 0 | 100011 | 111111 | 10110 | 11010 | 110100 | 110101 |
Color Harmonies of #C68049
Complementary color
Monochromatic Colors of #C68049
Black with #C68049
Text Example
Text Example
White with #C68049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68049; }
p { color: rgb(198,128,73); }
H1.HeaderClassName
{
color: #C68049;
}
.AnyTagClassName
{
color: #C68049;
}
</style>
background-color css
<style>
a { background-color: #C68049; }
a { background-color: rgb(198,128,73); }
div.DivClassName
{
background-color: #C68049;
}
.BgClassName
{
background-color: #C68049;
}
</style>
border-color css
<style>
span { border-color: #C68049; }
span { border-color: rgb(198,128,73); }
td.TdClassName
{
border-color: #C68049;
}
.TagClassName
{
border-color: #C68049;
}
</style>