Shades of Brandy Punch #C47C4C
Tints of Brandy Punch #C47C4C
RGB
CMYK
RGB Variations
Color information
#C47C4C (or 0xC47C4C) is known color: Brandy Punch. HEX triplet: C4, 7C and 4C. RGB value is (196,124,76). Sum of RGB (Red+Green+Blue) = 196+124+76=396 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.49% from 396); Green value is 124 (48.83% from 255 or 31.31% from 396); Blue value is 76 (30.08% from 255 or 19.19% from 396); Max value from RGB is 196 - color contains mainly: red. Hex color #C47C4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47C4C is #3B83B3. Grayscale: #8C8C8C. Windows color (decimal): -3900340 or 5012676. OLE color: 5012676.
HSL color Cylindrical-coordinate representation of color #C47C4C: hue angle of 24º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C47C4C is Cyan = 0, Magento = 0.37, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 124 | 76 | - |
| CMYK | 0 | 0.37 | 0.61 | 0.23 |
| HSL | 24º | 0.5% | 0.53% | - |
| HSV(B) | 24º | 0.61% | 0.77% | - |
| XYZ | 31.28 | 26.67 | 10.34 | - |
| YUV | 140.06 | 91.85 | 167.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 124 | 76 | 0 | 0.37 | 0.61 | 0.23 | 24 | 0.5 | 0.53 |
| Hex | C4 | 7C | 4C | 0 | 25 | 3D | 17 | 18 | 32 | 35 |
| Octal | 304 | 174 | 114 | 0 | 45 | 75 | 27 | 30 | 62 | 65 |
| Binary | 11000100 | 1111100 | 1001100 | 0 | 100101 | 111101 | 10111 | 11000 | 110010 | 110101 |
Color Harmonies of #C47C4C
Complementary color
Monochromatic Colors of #C47C4C
Black with #C47C4C
Text Example
Text Example
White with #C47C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47C4C; }
p { color: rgb(196,124,76); }
H1.HeaderClassName
{
color: #C47C4C;
}
.AnyTagClassName
{
color: #C47C4C;
}
</style>
background-color css
<style>
a { background-color: #C47C4C; }
a { background-color: rgb(196,124,76); }
div.DivClassName
{
background-color: #C47C4C;
}
.BgClassName
{
background-color: #C47C4C;
}
</style>
border-color css
<style>
span { border-color: #C47C4C; }
span { border-color: rgb(196,124,76); }
td.TdClassName
{
border-color: #C47C4C;
}
.TagClassName
{
border-color: #C47C4C;
}
</style>