Shades of Brandy Punch #C37849
Tints of Brandy Punch #C37849
RGB
CMYK
RGB Variations
Color information
#C37849 (or 0xC37849) is known color: Brandy Punch. HEX triplet: C3, 78 and 49. RGB value is (195,120,73). Sum of RGB (Red+Green+Blue) = 195+120+73=388 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.26% from 388); Green value is 120 (47.27% from 255 or 30.93% from 388); Blue value is 73 (28.91% from 255 or 18.81% from 388); Max value from RGB is 195 - color contains mainly: red. Hex color #C37849 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37849 is #3C87B6. Grayscale: #898989. Windows color (decimal): -3966903 or 4815043. OLE color: 4815043.
HSL color Cylindrical-coordinate representation of color #C37849: hue angle of 23.11º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C37849 is Cyan = 0, Magento = 0.38, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 120 | 73 | - |
| CMYK | 0 | 0.38 | 0.63 | 0.24 |
| HSL | 23.11º | 0.5% | 0.53% | - |
| HSV(B) | 23.11º | 0.63% | 0.76% | - |
| XYZ | 30.42 | 25.52 | 9.62 | - |
| YUV | 137.07 | 91.85 | 169.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 120 | 73 | 0 | 0.38 | 0.63 | 0.24 | 23.11 | 0.5 | 0.53 |
| Hex | C3 | 78 | 49 | 0 | 26 | 3F | 18 | 17 | 32 | 35 |
| Octal | 303 | 170 | 111 | 0 | 46 | 77 | 30 | 27 | 62 | 65 |
| Binary | 11000011 | 1111000 | 1001001 | 0 | 100110 | 111111 | 11000 | 10111 | 110010 | 110101 |
Color Harmonies of #C37849
Complementary color
Monochromatic Colors of #C37849
Black with #C37849
Text Example
Text Example
White with #C37849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37849; }
p { color: rgb(195,120,73); }
H1.HeaderClassName
{
color: #C37849;
}
.AnyTagClassName
{
color: #C37849;
}
</style>
background-color css
<style>
a { background-color: #C37849; }
a { background-color: rgb(195,120,73); }
div.DivClassName
{
background-color: #C37849;
}
.BgClassName
{
background-color: #C37849;
}
</style>
border-color css
<style>
span { border-color: #C37849; }
span { border-color: rgb(195,120,73); }
td.TdClassName
{
border-color: #C37849;
}
.TagClassName
{
border-color: #C37849;
}
</style>