Shades of Brandy Punch #C2844C
Tints of Brandy Punch #C2844C
RGB
CMYK
RGB Variations
Color information
#C2844C (or 0xC2844C) is known color: Brandy Punch. HEX triplet: C2, 84 and 4C. RGB value is (194,132,76). Sum of RGB (Red+Green+Blue) = 194+132+76=402 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.26% from 402); Green value is 132 (51.95% from 255 or 32.84% from 402); Blue value is 76 (30.08% from 255 or 18.91% from 402); Max value from RGB is 194 - color contains mainly: red. Hex color #C2844C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2844C is #3D7BB3. Grayscale: #909090. Windows color (decimal): -4029364 or 5014722. OLE color: 5014722.
HSL color Cylindrical-coordinate representation of color #C2844C: hue angle of 28.47º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C2844C is Cyan = 0, Magento = 0.32, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 132 | 76 | - |
| CMYK | 0 | 0.32 | 0.61 | 0.24 |
| HSL | 28.47º | 0.49% | 0.53% | - |
| HSV(B) | 28.47º | 0.61% | 0.76% | - |
| XYZ | 31.8 | 28.49 | 10.66 | - |
| YUV | 144.15 | 89.54 | 163.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 132 | 76 | 0 | 0.32 | 0.61 | 0.24 | 28.47 | 0.49 | 0.53 |
| Hex | C2 | 84 | 4C | 0 | 20 | 3D | 18 | 1C | 31 | 35 |
| Octal | 302 | 204 | 114 | 0 | 40 | 75 | 30 | 34 | 61 | 65 |
| Binary | 11000010 | 10000100 | 1001100 | 0 | 100000 | 111101 | 11000 | 11100 | 110001 | 110101 |
Color Harmonies of #C2844C
Complementary color
Monochromatic Colors of #C2844C
Black with #C2844C
Text Example
Text Example
White with #C2844C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2844C; }
p { color: rgb(194,132,76); }
H1.HeaderClassName
{
color: #C2844C;
}
.AnyTagClassName
{
color: #C2844C;
}
</style>
background-color css
<style>
a { background-color: #C2844C; }
a { background-color: rgb(194,132,76); }
div.DivClassName
{
background-color: #C2844C;
}
.BgClassName
{
background-color: #C2844C;
}
</style>
border-color css
<style>
span { border-color: #C2844C; }
span { border-color: rgb(194,132,76); }
td.TdClassName
{
border-color: #C2844C;
}
.TagClassName
{
border-color: #C2844C;
}
</style>