Shades of Brandy Punch #C37844
Tints of Brandy Punch #C37844
RGB
CMYK
RGB Variations
Color information
#C37844 (or 0xC37844) is known color: Brandy Punch. HEX triplet: C3, 78 and 44. RGB value is (195,120,68). Sum of RGB (Red+Green+Blue) = 195+120+68=383 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.91% from 383); Green value is 120 (47.27% from 255 or 31.33% from 383); Blue value is 68 (26.95% from 255 or 17.75% from 383); Max value from RGB is 195 - color contains mainly: red. Hex color #C37844 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37844 is #3C87BB. Grayscale: #888888. Windows color (decimal): -3966908 or 4487363. OLE color: 4487363.
HSL color Cylindrical-coordinate representation of color #C37844: hue angle of 24.57º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C37844 is Cyan = 0, Magento = 0.38, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 120 | 68 | - |
| CMYK | 0 | 0.38 | 0.65 | 0.24 |
| HSL | 24.57º | 0.51% | 0.52% | - |
| HSV(B) | 24.57º | 0.65% | 0.76% | - |
| XYZ | 30.27 | 25.45 | 8.79 | - |
| YUV | 136.5 | 89.35 | 169.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 120 | 68 | 0 | 0.38 | 0.65 | 0.24 | 24.57 | 0.51 | 0.52 |
| Hex | C3 | 78 | 44 | 0 | 26 | 41 | 18 | 19 | 33 | 34 |
| Octal | 303 | 170 | 104 | 0 | 46 | 101 | 30 | 31 | 63 | 64 |
| Binary | 11000011 | 1111000 | 1000100 | 0 | 100110 | 1000001 | 11000 | 11001 | 110011 | 110100 |
Color Harmonies of #C37844
Complementary color
Monochromatic Colors of #C37844
Black with #C37844
Text Example
Text Example
White with #C37844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37844; }
p { color: rgb(195,120,68); }
H1.HeaderClassName
{
color: #C37844;
}
.AnyTagClassName
{
color: #C37844;
}
</style>
background-color css
<style>
a { background-color: #C37844; }
a { background-color: rgb(195,120,68); }
div.DivClassName
{
background-color: #C37844;
}
.BgClassName
{
background-color: #C37844;
}
</style>
border-color css
<style>
span { border-color: #C37844; }
span { border-color: rgb(195,120,68); }
td.TdClassName
{
border-color: #C37844;
}
.TagClassName
{
border-color: #C37844;
}
</style>