Shades of Brandy Punch #C47D48
Tints of Brandy Punch #C47D48
RGB
CMYK
RGB Variations
Color information
#C47D48 (or 0xC47D48) is known color: Brandy Punch. HEX triplet: C4, 7D and 48. RGB value is (196,125,72). Sum of RGB (Red+Green+Blue) = 196+125+72=393 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.87% from 393); Green value is 125 (49.22% from 255 or 31.81% from 393); Blue value is 72 (28.52% from 255 or 18.32% from 393); Max value from RGB is 196 - color contains mainly: red. Hex color #C47D48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47D48 is #3B82B7. Grayscale: #8C8C8C. Windows color (decimal): -3900088 or 4750788. OLE color: 4750788.
HSL color Cylindrical-coordinate representation of color #C47D48: hue angle of 25.65º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C47D48 is Cyan = 0, Magento = 0.36, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 125 | 72 | - |
| CMYK | 0 | 0.36 | 0.63 | 0.23 |
| HSL | 25.65º | 0.51% | 0.53% | - |
| HSV(B) | 25.65º | 0.63% | 0.77% | - |
| XYZ | 31.27 | 26.87 | 9.67 | - |
| YUV | 140.19 | 89.52 | 167.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 125 | 72 | 0 | 0.36 | 0.63 | 0.23 | 25.65 | 0.51 | 0.53 |
| Hex | C4 | 7D | 48 | 0 | 24 | 3F | 17 | 1A | 33 | 35 |
| Octal | 304 | 175 | 110 | 0 | 44 | 77 | 27 | 32 | 63 | 65 |
| Binary | 11000100 | 1111101 | 1001000 | 0 | 100100 | 111111 | 10111 | 11010 | 110011 | 110101 |
Color Harmonies of #C47D48
Complementary color
Monochromatic Colors of #C47D48
Black with #C47D48
Text Example
Text Example
White with #C47D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47D48; }
p { color: rgb(196,125,72); }
H1.HeaderClassName
{
color: #C47D48;
}
.AnyTagClassName
{
color: #C47D48;
}
</style>
background-color css
<style>
a { background-color: #C47D48; }
a { background-color: rgb(196,125,72); }
div.DivClassName
{
background-color: #C47D48;
}
.BgClassName
{
background-color: #C47D48;
}
</style>
border-color css
<style>
span { border-color: #C47D48; }
span { border-color: rgb(196,125,72); }
td.TdClassName
{
border-color: #C47D48;
}
.TagClassName
{
border-color: #C47D48;
}
</style>