Shades of Brandy Punch #C18043
Tints of Brandy Punch #C18043
RGB
CMYK
RGB Variations
Color information
#C18043 (or 0xC18043) is known color: Brandy Punch. HEX triplet: C1, 80 and 43. RGB value is (193,128,67). Sum of RGB (Red+Green+Blue) = 193+128+67=388 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.74% from 388); Green value is 128 (50.39% from 255 or 32.99% from 388); Blue value is 67 (26.56% from 255 or 17.27% from 388); Max value from RGB is 193 - color contains mainly: red. Hex color #C18043 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18043 is #3E7FBC. Grayscale: #8C8C8C. Windows color (decimal): -4095933 or 4423873. OLE color: 4423873.
HSL color Cylindrical-coordinate representation of color #C18043: hue angle of 29.05º 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 #C18043 is Cyan = 0, Magento = 0.34, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 128 | 67 | - |
| CMYK | 0 | 0.34 | 0.65 | 0.24 |
| HSL | 29.05º | 0.5% | 0.51% | - |
| HSV(B) | 29.05º | 0.65% | 0.76% | - |
| XYZ | 30.72 | 27.18 | 8.94 | - |
| YUV | 140.48 | 86.53 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 128 | 67 | 0 | 0.34 | 0.65 | 0.24 | 29.05 | 0.5 | 0.51 |
| Hex | C1 | 80 | 43 | 0 | 22 | 41 | 18 | 1D | 32 | 33 |
| Octal | 301 | 200 | 103 | 0 | 42 | 101 | 30 | 35 | 62 | 63 |
| Binary | 11000001 | 10000000 | 1000011 | 0 | 100010 | 1000001 | 11000 | 11101 | 110010 | 110011 |
Color Harmonies of #C18043
Complementary color
Monochromatic Colors of #C18043
Black with #C18043
Text Example
Text Example
White with #C18043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18043; }
p { color: rgb(193,128,67); }
H1.HeaderClassName
{
color: #C18043;
}
.AnyTagClassName
{
color: #C18043;
}
</style>
background-color css
<style>
a { background-color: #C18043; }
a { background-color: rgb(193,128,67); }
div.DivClassName
{
background-color: #C18043;
}
.BgClassName
{
background-color: #C18043;
}
</style>
border-color css
<style>
span { border-color: #C18043; }
span { border-color: rgb(193,128,67); }
td.TdClassName
{
border-color: #C18043;
}
.TagClassName
{
border-color: #C18043;
}
</style>