Shades of Brandy Punch #C18445
Tints of Brandy Punch #C18445
RGB
CMYK
RGB Variations
Color information
#C18445 (or 0xC18445) is known color: Brandy Punch. HEX triplet: C1, 84 and 45. RGB value is (193,132,69). Sum of RGB (Red+Green+Blue) = 193+132+69=394 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.98% from 394); Green value is 132 (51.95% from 255 or 33.50% from 394); Blue value is 69 (27.34% from 255 or 17.51% from 394); Max value from RGB is 193 - color contains mainly: red. Hex color #C18445 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18445 is #3E7BBA. Grayscale: #8F8F8F. Windows color (decimal): -4094907 or 4555969. OLE color: 4555969.
HSL color Cylindrical-coordinate representation of color #C18445: hue angle of 30.48º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C18445 is Cyan = 0, Magento = 0.32, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 132 | 69 | - |
| CMYK | 0 | 0.32 | 0.64 | 0.24 |
| HSL | 30.48º | 0.5% | 0.51% | - |
| HSV(B) | 30.48º | 0.64% | 0.76% | - |
| XYZ | 31.32 | 28.27 | 9.44 | - |
| YUV | 143.06 | 86.21 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 132 | 69 | 0 | 0.32 | 0.64 | 0.24 | 30.48 | 0.5 | 0.51 |
| Hex | C1 | 84 | 45 | 0 | 20 | 40 | 18 | 1E | 32 | 33 |
| Octal | 301 | 204 | 105 | 0 | 40 | 100 | 30 | 36 | 62 | 63 |
| Binary | 11000001 | 10000100 | 1000101 | 0 | 100000 | 1000000 | 11000 | 11110 | 110010 | 110011 |
Color Harmonies of #C18445
Complementary color
Monochromatic Colors of #C18445
Black with #C18445
Text Example
Text Example
White with #C18445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18445; }
p { color: rgb(193,132,69); }
H1.HeaderClassName
{
color: #C18445;
}
.AnyTagClassName
{
color: #C18445;
}
</style>
background-color css
<style>
a { background-color: #C18445; }
a { background-color: rgb(193,132,69); }
div.DivClassName
{
background-color: #C18445;
}
.BgClassName
{
background-color: #C18445;
}
</style>
border-color css
<style>
span { border-color: #C18445; }
span { border-color: rgb(193,132,69); }
td.TdClassName
{
border-color: #C18445;
}
.TagClassName
{
border-color: #C18445;
}
</style>