Shades of Brandy Punch #C3844D
Tints of Brandy Punch #C3844D
RGB
CMYK
RGB Variations
Color information
#C3844D (or 0xC3844D) is known color: Brandy Punch. HEX triplet: C3, 84 and 4D. RGB value is (195,132,77). Sum of RGB (Red+Green+Blue) = 195+132+77=404 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.27% from 404); Green value is 132 (51.95% from 255 or 32.67% from 404); Blue value is 77 (30.47% from 255 or 19.06% from 404); Max value from RGB is 195 - color contains mainly: red. Hex color #C3844D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3844D is #3C7BB2. Grayscale: #909090. Windows color (decimal): -3963827 or 5080259. OLE color: 5080259.
HSL color Cylindrical-coordinate representation of color #C3844D: hue angle of 27.97º degrees, saturation: 0.5, 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 #C3844D is Cyan = 0, Magento = 0.32, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 132 | 77 | - |
| CMYK | 0 | 0.32 | 0.61 | 0.24 |
| HSL | 27.97º | 0.5% | 0.53% | - |
| HSV(B) | 27.97º | 0.61% | 0.76% | - |
| XYZ | 32.1 | 28.64 | 10.86 | - |
| YUV | 144.57 | 89.87 | 163.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 132 | 77 | 0 | 0.32 | 0.61 | 0.24 | 27.97 | 0.5 | 0.53 |
| Hex | C3 | 84 | 4D | 0 | 20 | 3D | 18 | 1C | 32 | 35 |
| Octal | 303 | 204 | 115 | 0 | 40 | 75 | 30 | 34 | 62 | 65 |
| Binary | 11000011 | 10000100 | 1001101 | 0 | 100000 | 111101 | 11000 | 11100 | 110010 | 110101 |
Color Harmonies of #C3844D
Complementary color
Monochromatic Colors of #C3844D
Black with #C3844D
Text Example
Text Example
White with #C3844D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3844D; }
p { color: rgb(195,132,77); }
H1.HeaderClassName
{
color: #C3844D;
}
.AnyTagClassName
{
color: #C3844D;
}
</style>
background-color css
<style>
a { background-color: #C3844D; }
a { background-color: rgb(195,132,77); }
div.DivClassName
{
background-color: #C3844D;
}
.BgClassName
{
background-color: #C3844D;
}
</style>
border-color css
<style>
span { border-color: #C3844D; }
span { border-color: rgb(195,132,77); }
td.TdClassName
{
border-color: #C3844D;
}
.TagClassName
{
border-color: #C3844D;
}
</style>