Shades of Brandy Punch #C37948
Tints of Brandy Punch #C37948
RGB
CMYK
RGB Variations
Color information
#C37948 (or 0xC37948) is known color: Brandy Punch. HEX triplet: C3, 79 and 48. RGB value is (195,121,72). Sum of RGB (Red+Green+Blue) = 195+121+72=388 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.26% from 388); Green value is 121 (47.66% from 255 or 31.19% from 388); Blue value is 72 (28.52% from 255 or 18.56% from 388); Max value from RGB is 195 - color contains mainly: red. Hex color #C37948 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37948 is #3C86B7. Grayscale: #898989. Windows color (decimal): -3966648 or 4749763. OLE color: 4749763.
HSL color Cylindrical-coordinate representation of color #C37948: hue angle of 23.9º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C37948 is Cyan = 0, Magento = 0.38, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 121 | 72 | - |
| CMYK | 0 | 0.38 | 0.63 | 0.24 |
| HSL | 23.9º | 0.51% | 0.52% | - |
| HSV(B) | 23.9º | 0.63% | 0.76% | - |
| XYZ | 30.51 | 25.74 | 9.49 | - |
| YUV | 137.54 | 91.02 | 168.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 121 | 72 | 0 | 0.38 | 0.63 | 0.24 | 23.9 | 0.51 | 0.52 |
| Hex | C3 | 79 | 48 | 0 | 26 | 3F | 18 | 18 | 33 | 34 |
| Octal | 303 | 171 | 110 | 0 | 46 | 77 | 30 | 30 | 63 | 64 |
| Binary | 11000011 | 1111001 | 1001000 | 0 | 100110 | 111111 | 11000 | 11000 | 110011 | 110100 |
Color Harmonies of #C37948
Complementary color
Monochromatic Colors of #C37948
Black with #C37948
Text Example
Text Example
White with #C37948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37948; }
p { color: rgb(195,121,72); }
H1.HeaderClassName
{
color: #C37948;
}
.AnyTagClassName
{
color: #C37948;
}
</style>
background-color css
<style>
a { background-color: #C37948; }
a { background-color: rgb(195,121,72); }
div.DivClassName
{
background-color: #C37948;
}
.BgClassName
{
background-color: #C37948;
}
</style>
border-color css
<style>
span { border-color: #C37948; }
span { border-color: rgb(195,121,72); }
td.TdClassName
{
border-color: #C37948;
}
.TagClassName
{
border-color: #C37948;
}
</style>