Shades of Brandy Punch #C18046
Tints of Brandy Punch #C18046
RGB
CMYK
RGB Variations
Color information
#C18046 (or 0xC18046) is known color: Brandy Punch. HEX triplet: C1, 80 and 46. RGB value is (193,128,70). Sum of RGB (Red+Green+Blue) = 193+128+70=391 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.36% from 391); Green value is 128 (50.39% from 255 or 32.74% from 391); Blue value is 70 (27.73% from 255 or 17.90% from 391); Max value from RGB is 193 - color contains mainly: red. Hex color #C18046 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18046 is #3E7FB9. Grayscale: #8D8D8D. Windows color (decimal): -4095930 or 4620481. OLE color: 4620481.
HSL color Cylindrical-coordinate representation of color #C18046: hue angle of 28.29º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C18046 is Cyan = 0, Magento = 0.34, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 128 | 70 | - |
| CMYK | 0 | 0.34 | 0.64 | 0.24 |
| HSL | 28.29º | 0.5% | 0.52% | - |
| HSV(B) | 28.29º | 0.64% | 0.76% | - |
| XYZ | 30.82 | 27.22 | 9.42 | - |
| YUV | 140.82 | 88.03 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 128 | 70 | 0 | 0.34 | 0.64 | 0.24 | 28.29 | 0.5 | 0.52 |
| Hex | C1 | 80 | 46 | 0 | 22 | 40 | 18 | 1C | 32 | 34 |
| Octal | 301 | 200 | 106 | 0 | 42 | 100 | 30 | 34 | 62 | 64 |
| Binary | 11000001 | 10000000 | 1000110 | 0 | 100010 | 1000000 | 11000 | 11100 | 110010 | 110100 |
Color Harmonies of #C18046
Complementary color
Monochromatic Colors of #C18046
Black with #C18046
Text Example
Text Example
White with #C18046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18046; }
p { color: rgb(193,128,70); }
H1.HeaderClassName
{
color: #C18046;
}
.AnyTagClassName
{
color: #C18046;
}
</style>
background-color css
<style>
a { background-color: #C18046; }
a { background-color: rgb(193,128,70); }
div.DivClassName
{
background-color: #C18046;
}
.BgClassName
{
background-color: #C18046;
}
</style>
border-color css
<style>
span { border-color: #C18046; }
span { border-color: rgb(193,128,70); }
td.TdClassName
{
border-color: #C18046;
}
.TagClassName
{
border-color: #C18046;
}
</style>