Shades of Brandy Punch #C2843D
Tints of Brandy Punch #C2843D
RGB
CMYK
RGB Variations
Color information
#C2843D (or 0xC2843D) is known color: Brandy Punch. HEX triplet: C2, 84 and 3D. RGB value is (194,132,61). Sum of RGB (Red+Green+Blue) = 194+132+61=387 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.13% from 387); Green value is 132 (51.95% from 255 or 34.11% from 387); Blue value is 61 (24.22% from 255 or 15.76% from 387); Max value from RGB is 194 - color contains mainly: red. Hex color #C2843D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2843D is #3D7BC2. Grayscale: #8E8E8E. Windows color (decimal): -4029379 or 4031682. OLE color: 4031682.
HSL color Cylindrical-coordinate representation of color #C2843D: hue angle of 32.03º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C2843D is Cyan = 0, Magento = 0.32, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 132 | 61 | - |
| CMYK | 0 | 0.32 | 0.69 | 0.24 |
| HSL | 32.03º | 0.52% | 0.5% | - |
| HSV(B) | 32.03º | 0.69% | 0.76% | - |
| XYZ | 31.34 | 28.31 | 8.23 | - |
| YUV | 142.44 | 82.04 | 164.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 132 | 61 | 0 | 0.32 | 0.69 | 0.24 | 32.03 | 0.52 | 0.5 |
| Hex | C2 | 84 | 3D | 0 | 20 | 45 | 18 | 20 | 34 | 32 |
| Octal | 302 | 204 | 75 | 0 | 40 | 105 | 30 | 40 | 64 | 62 |
| Binary | 11000010 | 10000100 | 111101 | 0 | 100000 | 1000101 | 11000 | 100000 | 110100 | 110010 |
Color Harmonies of #C2843D
Complementary color
Monochromatic Colors of #C2843D
Black with #C2843D
Text Example
Text Example
White with #C2843D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2843D; }
p { color: rgb(194,132,61); }
H1.HeaderClassName
{
color: #C2843D;
}
.AnyTagClassName
{
color: #C2843D;
}
</style>
background-color css
<style>
a { background-color: #C2843D; }
a { background-color: rgb(194,132,61); }
div.DivClassName
{
background-color: #C2843D;
}
.BgClassName
{
background-color: #C2843D;
}
</style>
border-color css
<style>
span { border-color: #C2843D; }
span { border-color: rgb(194,132,61); }
td.TdClassName
{
border-color: #C2843D;
}
.TagClassName
{
border-color: #C2843D;
}
</style>