Shades of Brandy Punch #C47939
Tints of Brandy Punch #C47939
RGB
CMYK
RGB Variations
Color information
#C47939 (or 0xC47939) is known color: Brandy Punch. HEX triplet: C4, 79 and 39. RGB value is (196,121,57). Sum of RGB (Red+Green+Blue) = 196+121+57=374 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.41% from 374); Green value is 121 (47.66% from 255 or 32.35% from 374); Blue value is 57 (22.66% from 255 or 15.24% from 374); Max value from RGB is 196 - color contains mainly: red. Hex color #C47939 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47939 is #3B86C6. Grayscale: #888888. Windows color (decimal): -3901127 or 3766724. OLE color: 3766724.
HSL color Cylindrical-coordinate representation of color #C47939: hue angle of 27.63º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C47939 is Cyan = 0, Magento = 0.38, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 121 | 57 | - |
| CMYK | 0 | 0.38 | 0.71 | 0.23 |
| HSL | 27.63º | 0.55% | 0.5% | - |
| HSV(B) | 27.63º | 0.71% | 0.77% | - |
| XYZ | 30.34 | 25.71 | 7.23 | - |
| YUV | 136.13 | 83.35 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 121 | 57 | 0 | 0.38 | 0.71 | 0.23 | 27.63 | 0.55 | 0.5 |
| Hex | C4 | 79 | 39 | 0 | 26 | 47 | 17 | 1C | 37 | 32 |
| Octal | 304 | 171 | 71 | 0 | 46 | 107 | 27 | 34 | 67 | 62 |
| Binary | 11000100 | 1111001 | 111001 | 0 | 100110 | 1000111 | 10111 | 11100 | 110111 | 110010 |
Color Harmonies of #C47939
Complementary color
Monochromatic Colors of #C47939
Black with #C47939
Text Example
Text Example
White with #C47939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47939; }
p { color: rgb(196,121,57); }
H1.HeaderClassName
{
color: #C47939;
}
.AnyTagClassName
{
color: #C47939;
}
</style>
background-color css
<style>
a { background-color: #C47939; }
a { background-color: rgb(196,121,57); }
div.DivClassName
{
background-color: #C47939;
}
.BgClassName
{
background-color: #C47939;
}
</style>
border-color css
<style>
span { border-color: #C47939; }
span { border-color: rgb(196,121,57); }
td.TdClassName
{
border-color: #C47939;
}
.TagClassName
{
border-color: #C47939;
}
</style>