Shades of Brandy Punch #C0843D
Tints of Brandy Punch #C0843D
RGB
CMYK
RGB Variations
Color information
#C0843D (or 0xC0843D) is known color: Brandy Punch. HEX triplet: C0, 84 and 3D. RGB value is (192,132,61). Sum of RGB (Red+Green+Blue) = 192+132+61=385 (50% of max value = 765). Red value is 192 (75.39% from 255 or 49.87% from 385); Green value is 132 (51.95% from 255 or 34.29% from 385); Blue value is 61 (24.22% from 255 or 15.84% from 385); Max value from RGB is 192 - color contains mainly: red. Hex color #C0843D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0843D is #3F7BC2. Grayscale: #8E8E8E. Windows color (decimal): -4160451 or 4031680. OLE color: 4031680.
HSL color Cylindrical-coordinate representation of color #C0843D: hue angle of 32.52º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C0843D is Cyan = 0, Magento = 0.31, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 132 | 61 | - |
| CMYK | 0 | 0.31 | 0.68 | 0.25 |
| HSL | 32.52º | 0.52% | 0.5% | - |
| HSV(B) | 32.52º | 0.68% | 0.75% | - |
| XYZ | 30.83 | 28.05 | 8.2 | - |
| YUV | 141.85 | 82.38 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 132 | 61 | 0 | 0.31 | 0.68 | 0.25 | 32.52 | 0.52 | 0.5 |
| Hex | C0 | 84 | 3D | 0 | 1F | 44 | 19 | 21 | 34 | 32 |
| Octal | 300 | 204 | 75 | 0 | 37 | 104 | 31 | 41 | 64 | 62 |
| Binary | 11000000 | 10000100 | 111101 | 0 | 11111 | 1000100 | 11001 | 100001 | 110100 | 110010 |
Color Harmonies of #C0843D
Complementary color
Monochromatic Colors of #C0843D
Black with #C0843D
Text Example
Text Example
White with #C0843D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0843D; }
p { color: rgb(192,132,61); }
H1.HeaderClassName
{
color: #C0843D;
}
.AnyTagClassName
{
color: #C0843D;
}
</style>
background-color css
<style>
a { background-color: #C0843D; }
a { background-color: rgb(192,132,61); }
div.DivClassName
{
background-color: #C0843D;
}
.BgClassName
{
background-color: #C0843D;
}
</style>
border-color css
<style>
span { border-color: #C0843D; }
span { border-color: rgb(192,132,61); }
td.TdClassName
{
border-color: #C0843D;
}
.TagClassName
{
border-color: #C0843D;
}
</style>