Shades of Brandy Punch #C47C4D
Tints of Brandy Punch #C47C4D
RGB
CMYK
RGB Variations
Color information
#C47C4D (or 0xC47C4D) is known color: Brandy Punch. HEX triplet: C4, 7C and 4D. RGB value is (196,124,77). Sum of RGB (Red+Green+Blue) = 196+124+77=397 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.37% from 397); Green value is 124 (48.83% from 255 or 31.23% from 397); Blue value is 77 (30.47% from 255 or 19.40% from 397); Max value from RGB is 196 - color contains mainly: red. Hex color #C47C4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47C4D is #3B83B2. Grayscale: #8C8C8C. Windows color (decimal): -3900339 or 5078212. OLE color: 5078212.
HSL color Cylindrical-coordinate representation of color #C47C4D: hue angle of 23.7º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C47C4D is Cyan = 0, Magento = 0.37, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 124 | 77 | - |
| CMYK | 0 | 0.37 | 0.61 | 0.23 |
| HSL | 23.7º | 0.5% | 0.54% | - |
| HSV(B) | 23.7º | 0.61% | 0.77% | - |
| XYZ | 31.31 | 26.69 | 10.52 | - |
| YUV | 140.17 | 92.35 | 167.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 124 | 77 | 0 | 0.37 | 0.61 | 0.23 | 23.7 | 0.5 | 0.54 |
| Hex | C4 | 7C | 4D | 0 | 25 | 3D | 17 | 18 | 32 | 36 |
| Octal | 304 | 174 | 115 | 0 | 45 | 75 | 27 | 30 | 62 | 66 |
| Binary | 11000100 | 1111100 | 1001101 | 0 | 100101 | 111101 | 10111 | 11000 | 110010 | 110110 |
Color Harmonies of #C47C4D
Complementary color
Monochromatic Colors of #C47C4D
Black with #C47C4D
Text Example
Text Example
White with #C47C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47C4D; }
p { color: rgb(196,124,77); }
H1.HeaderClassName
{
color: #C47C4D;
}
.AnyTagClassName
{
color: #C47C4D;
}
</style>
background-color css
<style>
a { background-color: #C47C4D; }
a { background-color: rgb(196,124,77); }
div.DivClassName
{
background-color: #C47C4D;
}
.BgClassName
{
background-color: #C47C4D;
}
</style>
border-color css
<style>
span { border-color: #C47C4D; }
span { border-color: rgb(196,124,77); }
td.TdClassName
{
border-color: #C47C4D;
}
.TagClassName
{
border-color: #C47C4D;
}
</style>