Shades of Brandy Punch #C3844E
Tints of Brandy Punch #C3844E
RGB
CMYK
RGB Variations
Color information
#C3844E (or 0xC3844E) is known color: Brandy Punch. HEX triplet: C3, 84 and 4E. RGB value is (195,132,78). Sum of RGB (Red+Green+Blue) = 195+132+78=405 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.15% from 405); Green value is 132 (51.95% from 255 or 32.59% from 405); Blue value is 78 (30.86% from 255 or 19.26% from 405); Max value from RGB is 195 - color contains mainly: red. Hex color #C3844E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3844E is #3C7BB1. Grayscale: #909090. Windows color (decimal): -3963826 or 5145795. OLE color: 5145795.
HSL color Cylindrical-coordinate representation of color #C3844E: hue angle of 27.69º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C3844E is Cyan = 0, Magento = 0.32, Yellow = 0.6 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 132 | 78 | - |
| CMYK | 0 | 0.32 | 0.6 | 0.24 |
| HSL | 27.69º | 0.49% | 0.54% | - |
| HSV(B) | 27.69º | 0.6% | 0.76% | - |
| XYZ | 32.13 | 28.65 | 11.05 | - |
| YUV | 144.68 | 90.37 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 132 | 78 | 0 | 0.32 | 0.6 | 0.24 | 27.69 | 0.49 | 0.54 |
| Hex | C3 | 84 | 4E | 0 | 20 | 3C | 18 | 1C | 31 | 36 |
| Octal | 303 | 204 | 116 | 0 | 40 | 74 | 30 | 34 | 61 | 66 |
| Binary | 11000011 | 10000100 | 1001110 | 0 | 100000 | 111100 | 11000 | 11100 | 110001 | 110110 |
Color Harmonies of #C3844E
Complementary color
Monochromatic Colors of #C3844E
Black with #C3844E
Text Example
Text Example
White with #C3844E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3844E; }
p { color: rgb(195,132,78); }
H1.HeaderClassName
{
color: #C3844E;
}
.AnyTagClassName
{
color: #C3844E;
}
</style>
background-color css
<style>
a { background-color: #C3844E; }
a { background-color: rgb(195,132,78); }
div.DivClassName
{
background-color: #C3844E;
}
.BgClassName
{
background-color: #C3844E;
}
</style>
border-color css
<style>
span { border-color: #C3844E; }
span { border-color: rgb(195,132,78); }
td.TdClassName
{
border-color: #C3844E;
}
.TagClassName
{
border-color: #C3844E;
}
</style>