Shades of Brandy Punch #C47B4D
Tints of Brandy Punch #C47B4D
RGB
CMYK
RGB Variations
Color information
#C47B4D (or 0xC47B4D) is known color: Brandy Punch. HEX triplet: C4, 7B and 4D. RGB value is (196,123,77). Sum of RGB (Red+Green+Blue) = 196+123+77=396 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.49% from 396); Green value is 123 (48.44% from 255 or 31.06% from 396); Blue value is 77 (30.47% from 255 or 19.44% from 396); Max value from RGB is 196 - color contains mainly: red. Hex color #C47B4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47B4D is #3B84B2. Grayscale: #8B8B8B. Windows color (decimal): -3900595 or 5077956. OLE color: 5077956.
HSL color Cylindrical-coordinate representation of color #C47B4D: hue angle of 23.19º 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 #C47B4D is Cyan = 0, Magento = 0.37, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 123 | 77 | - |
| CMYK | 0 | 0.37 | 0.61 | 0.23 |
| HSL | 23.19º | 0.5% | 0.54% | - |
| HSV(B) | 23.19º | 0.61% | 0.77% | - |
| XYZ | 31.19 | 26.44 | 10.48 | - |
| YUV | 139.58 | 92.68 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 123 | 77 | 0 | 0.37 | 0.61 | 0.23 | 23.19 | 0.5 | 0.54 |
| Hex | C4 | 7B | 4D | 0 | 25 | 3D | 17 | 17 | 32 | 36 |
| Octal | 304 | 173 | 115 | 0 | 45 | 75 | 27 | 27 | 62 | 66 |
| Binary | 11000100 | 1111011 | 1001101 | 0 | 100101 | 111101 | 10111 | 10111 | 110010 | 110110 |
Color Harmonies of #C47B4D
Complementary color
Monochromatic Colors of #C47B4D
Black with #C47B4D
Text Example
Text Example
White with #C47B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47B4D; }
p { color: rgb(196,123,77); }
H1.HeaderClassName
{
color: #C47B4D;
}
.AnyTagClassName
{
color: #C47B4D;
}
</style>
background-color css
<style>
a { background-color: #C47B4D; }
a { background-color: rgb(196,123,77); }
div.DivClassName
{
background-color: #C47B4D;
}
.BgClassName
{
background-color: #C47B4D;
}
</style>
border-color css
<style>
span { border-color: #C47B4D; }
span { border-color: rgb(196,123,77); }
td.TdClassName
{
border-color: #C47B4D;
}
.TagClassName
{
border-color: #C47B4D;
}
</style>