Shades of Brandy Punch #C47747
Tints of Brandy Punch #C47747
RGB
CMYK
RGB Variations
Color information
#C47747 (or 0xC47747) is known color: Brandy Punch. HEX triplet: C4, 77 and 47. RGB value is (196,119,71). Sum of RGB (Red+Green+Blue) = 196+119+71=386 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.78% from 386); Green value is 119 (46.88% from 255 or 30.83% from 386); Blue value is 71 (28.12% from 255 or 18.39% from 386); Max value from RGB is 196 - color contains mainly: red. Hex color #C47747 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47747 is #3B88B8. Grayscale: #888888. Windows color (decimal): -3901625 or 4683716. OLE color: 4683716.
HSL color Cylindrical-coordinate representation of color #C47747: hue angle of 23.04º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C47747 is Cyan = 0, Magento = 0.39, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 119 | 71 | - |
| CMYK | 0 | 0.39 | 0.64 | 0.23 |
| HSL | 23.04º | 0.51% | 0.52% | - |
| HSV(B) | 23.04º | 0.64% | 0.77% | - |
| XYZ | 30.5 | 25.38 | 9.25 | - |
| YUV | 136.55 | 91.01 | 170.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 119 | 71 | 0 | 0.39 | 0.64 | 0.23 | 23.04 | 0.51 | 0.52 |
| Hex | C4 | 77 | 47 | 0 | 27 | 40 | 17 | 17 | 33 | 34 |
| Octal | 304 | 167 | 107 | 0 | 47 | 100 | 27 | 27 | 63 | 64 |
| Binary | 11000100 | 1110111 | 1000111 | 0 | 100111 | 1000000 | 10111 | 10111 | 110011 | 110100 |
Color Harmonies of #C47747
Complementary color
Monochromatic Colors of #C47747
Black with #C47747
Text Example
Text Example
White with #C47747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47747; }
p { color: rgb(196,119,71); }
H1.HeaderClassName
{
color: #C47747;
}
.AnyTagClassName
{
color: #C47747;
}
</style>
background-color css
<style>
a { background-color: #C47747; }
a { background-color: rgb(196,119,71); }
div.DivClassName
{
background-color: #C47747;
}
.BgClassName
{
background-color: #C47747;
}
</style>
border-color css
<style>
span { border-color: #C47747; }
span { border-color: rgb(196,119,71); }
td.TdClassName
{
border-color: #C47747;
}
.TagClassName
{
border-color: #C47747;
}
</style>