Shades of Brandy Punch #C68149
Tints of Brandy Punch #C68149
RGB
CMYK
RGB Variations
Color information
#C68149 (or 0xC68149) is known color: Brandy Punch. HEX triplet: C6, 81 and 49. RGB value is (198,129,73). Sum of RGB (Red+Green+Blue) = 198+129+73=400 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.5% from 400); Green value is 129 (50.78% from 255 or 32.25% from 400); Blue value is 73 (28.91% from 255 or 18.25% from 400); Max value from RGB is 198 - color contains mainly: red. Hex color #C68149 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68149 is #397EB6. Grayscale: #8F8F8F. Windows color (decimal): -3767991 or 4817350. OLE color: 4817350.
HSL color Cylindrical-coordinate representation of color #C68149: hue angle of 26.88º 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 #C68149 is Cyan = 0, Magento = 0.35, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 129 | 73 | - |
| CMYK | 0 | 0.35 | 0.63 | 0.22 |
| HSL | 26.88º | 0.52% | 0.53% | - |
| HSV(B) | 26.88º | 0.63% | 0.78% | - |
| XYZ | 32.34 | 28.19 | 10.04 | - |
| YUV | 143.25 | 88.36 | 167.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 129 | 73 | 0 | 0.35 | 0.63 | 0.22 | 26.88 | 0.52 | 0.53 |
| Hex | C6 | 81 | 49 | 0 | 23 | 3F | 16 | 1B | 34 | 35 |
| Octal | 306 | 201 | 111 | 0 | 43 | 77 | 26 | 33 | 64 | 65 |
| Binary | 11000110 | 10000001 | 1001001 | 0 | 100011 | 111111 | 10110 | 11011 | 110100 | 110101 |
Color Harmonies of #C68149
Complementary color
Monochromatic Colors of #C68149
Black with #C68149
Text Example
Text Example
White with #C68149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68149; }
p { color: rgb(198,129,73); }
H1.HeaderClassName
{
color: #C68149;
}
.AnyTagClassName
{
color: #C68149;
}
</style>
background-color css
<style>
a { background-color: #C68149; }
a { background-color: rgb(198,129,73); }
div.DivClassName
{
background-color: #C68149;
}
.BgClassName
{
background-color: #C68149;
}
</style>
border-color css
<style>
span { border-color: #C68149; }
span { border-color: rgb(198,129,73); }
td.TdClassName
{
border-color: #C68149;
}
.TagClassName
{
border-color: #C68149;
}
</style>