Shades of Brandy Punch #C47B49
Tints of Brandy Punch #C47B49
RGB
CMYK
RGB Variations
Color information
#C47B49 (or 0xC47B49) is known color: Brandy Punch. HEX triplet: C4, 7B and 49. RGB value is (196,123,73). Sum of RGB (Red+Green+Blue) = 196+123+73=392 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50% from 392); Green value is 123 (48.44% from 255 or 31.38% from 392); Blue value is 73 (28.91% from 255 or 18.62% from 392); Max value from RGB is 196 - color contains mainly: red. Hex color #C47B49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47B49 is #3B84B6. Grayscale: #8B8B8B. Windows color (decimal): -3900599 or 4815812. OLE color: 4815812.
HSL color Cylindrical-coordinate representation of color #C47B49: hue angle of 24.39º 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 #C47B49 is Cyan = 0, Magento = 0.37, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 123 | 73 | - |
| CMYK | 0 | 0.37 | 0.63 | 0.23 |
| HSL | 24.39º | 0.51% | 0.53% | - |
| HSV(B) | 24.39º | 0.63% | 0.77% | - |
| XYZ | 31.05 | 26.38 | 9.76 | - |
| YUV | 139.13 | 90.68 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 123 | 73 | 0 | 0.37 | 0.63 | 0.23 | 24.39 | 0.51 | 0.53 |
| Hex | C4 | 7B | 49 | 0 | 25 | 3F | 17 | 18 | 33 | 35 |
| Octal | 304 | 173 | 111 | 0 | 45 | 77 | 27 | 30 | 63 | 65 |
| Binary | 11000100 | 1111011 | 1001001 | 0 | 100101 | 111111 | 10111 | 11000 | 110011 | 110101 |
Color Harmonies of #C47B49
Complementary color
Monochromatic Colors of #C47B49
Black with #C47B49
Text Example
Text Example
White with #C47B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47B49; }
p { color: rgb(196,123,73); }
H1.HeaderClassName
{
color: #C47B49;
}
.AnyTagClassName
{
color: #C47B49;
}
</style>
background-color css
<style>
a { background-color: #C47B49; }
a { background-color: rgb(196,123,73); }
div.DivClassName
{
background-color: #C47B49;
}
.BgClassName
{
background-color: #C47B49;
}
</style>
border-color css
<style>
span { border-color: #C47B49; }
span { border-color: rgb(196,123,73); }
td.TdClassName
{
border-color: #C47B49;
}
.TagClassName
{
border-color: #C47B49;
}
</style>