Shades of Brandy Punch #C1843E
Tints of Brandy Punch #C1843E
RGB
CMYK
RGB Variations
Color information
#C1843E (or 0xC1843E) is known color: Brandy Punch. HEX triplet: C1, 84 and 3E. RGB value is (193,132,62). Sum of RGB (Red+Green+Blue) = 193+132+62=387 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.87% from 387); Green value is 132 (51.95% from 255 or 34.11% from 387); Blue value is 62 (24.61% from 255 or 16.02% from 387); Max value from RGB is 193 - color contains mainly: red. Hex color #C1843E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1843E is #3E7BC1. Grayscale: #8E8E8E. Windows color (decimal): -4094914 or 4097217. OLE color: 4097217.
HSL color Cylindrical-coordinate representation of color #C1843E: hue angle of 32.06º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C1843E is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 132 | 62 | - |
| CMYK | 0 | 0.32 | 0.68 | 0.24 |
| HSL | 32.06º | 0.51% | 0.5% | - |
| HSV(B) | 32.06º | 0.68% | 0.76% | - |
| XYZ | 31.11 | 28.19 | 8.36 | - |
| YUV | 142.26 | 82.71 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 132 | 62 | 0 | 0.32 | 0.68 | 0.24 | 32.06 | 0.51 | 0.5 |
| Hex | C1 | 84 | 3E | 0 | 20 | 44 | 18 | 20 | 33 | 32 |
| Octal | 301 | 204 | 76 | 0 | 40 | 104 | 30 | 40 | 63 | 62 |
| Binary | 11000001 | 10000100 | 111110 | 0 | 100000 | 1000100 | 11000 | 100000 | 110011 | 110010 |
Color Harmonies of #C1843E
Complementary color
Monochromatic Colors of #C1843E
Black with #C1843E
Text Example
Text Example
White with #C1843E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1843E; }
p { color: rgb(193,132,62); }
H1.HeaderClassName
{
color: #C1843E;
}
.AnyTagClassName
{
color: #C1843E;
}
</style>
background-color css
<style>
a { background-color: #C1843E; }
a { background-color: rgb(193,132,62); }
div.DivClassName
{
background-color: #C1843E;
}
.BgClassName
{
background-color: #C1843E;
}
</style>
border-color css
<style>
span { border-color: #C1843E; }
span { border-color: rgb(193,132,62); }
td.TdClassName
{
border-color: #C1843E;
}
.TagClassName
{
border-color: #C1843E;
}
</style>