Shades of Brandy Punch #C18443
Tints of Brandy Punch #C18443
RGB
CMYK
RGB Variations
Color information
#C18443 (or 0xC18443) is known color: Brandy Punch. HEX triplet: C1, 84 and 43. RGB value is (193,132,67). Sum of RGB (Red+Green+Blue) = 193+132+67=392 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.23% from 392); Green value is 132 (51.95% from 255 or 33.67% from 392); Blue value is 67 (26.56% from 255 or 17.09% from 392); Max value from RGB is 193 - color contains mainly: red. Hex color #C18443 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18443 is #3E7BBC. Grayscale: #8F8F8F. Windows color (decimal): -4094909 or 4424897. OLE color: 4424897.
HSL color Cylindrical-coordinate representation of color #C18443: hue angle of 30.95º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C18443 is Cyan = 0, Magento = 0.32, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 132 | 67 | - |
| CMYK | 0 | 0.32 | 0.65 | 0.24 |
| HSL | 30.95º | 0.5% | 0.51% | - |
| HSV(B) | 30.95º | 0.65% | 0.76% | - |
| XYZ | 31.26 | 28.25 | 9.11 | - |
| YUV | 142.83 | 85.21 | 163.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 132 | 67 | 0 | 0.32 | 0.65 | 0.24 | 30.95 | 0.5 | 0.51 |
| Hex | C1 | 84 | 43 | 0 | 20 | 41 | 18 | 1F | 32 | 33 |
| Octal | 301 | 204 | 103 | 0 | 40 | 101 | 30 | 37 | 62 | 63 |
| Binary | 11000001 | 10000100 | 1000011 | 0 | 100000 | 1000001 | 11000 | 11111 | 110010 | 110011 |
Color Harmonies of #C18443
Complementary color
Monochromatic Colors of #C18443
Black with #C18443
Text Example
Text Example
White with #C18443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18443; }
p { color: rgb(193,132,67); }
H1.HeaderClassName
{
color: #C18443;
}
.AnyTagClassName
{
color: #C18443;
}
</style>
background-color css
<style>
a { background-color: #C18443; }
a { background-color: rgb(193,132,67); }
div.DivClassName
{
background-color: #C18443;
}
.BgClassName
{
background-color: #C18443;
}
</style>
border-color css
<style>
span { border-color: #C18443; }
span { border-color: rgb(193,132,67); }
td.TdClassName
{
border-color: #C18443;
}
.TagClassName
{
border-color: #C18443;
}
</style>