Shades of Brandy Punch #C47A4C
Tints of Brandy Punch #C47A4C
RGB
CMYK
RGB Variations
Color information
#C47A4C (or 0xC47A4C) is known color: Brandy Punch. HEX triplet: C4, 7A and 4C. RGB value is (196,122,76). Sum of RGB (Red+Green+Blue) = 196+122+76=394 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.75% from 394); Green value is 122 (48.05% from 255 or 30.96% from 394); Blue value is 76 (30.08% from 255 or 19.29% from 394); Max value from RGB is 196 - color contains mainly: red. Hex color #C47A4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47A4C is #3B85B3. Grayscale: #8B8B8B. Windows color (decimal): -3900852 or 5012164. OLE color: 5012164.
HSL color Cylindrical-coordinate representation of color #C47A4C: hue angle of 23º 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 #C47A4C is Cyan = 0, Magento = 0.38, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 122 | 76 | - |
| CMYK | 0 | 0.38 | 0.61 | 0.23 |
| HSL | 23º | 0.5% | 0.53% | - |
| HSV(B) | 23º | 0.61% | 0.77% | - |
| XYZ | 31.03 | 26.18 | 10.25 | - |
| YUV | 138.88 | 92.52 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 122 | 76 | 0 | 0.38 | 0.61 | 0.23 | 23 | 0.5 | 0.53 |
| Hex | C4 | 7A | 4C | 0 | 26 | 3D | 17 | 17 | 32 | 35 |
| Octal | 304 | 172 | 114 | 0 | 46 | 75 | 27 | 27 | 62 | 65 |
| Binary | 11000100 | 1111010 | 1001100 | 0 | 100110 | 111101 | 10111 | 10111 | 110010 | 110101 |
Color Harmonies of #C47A4C
Complementary color
Monochromatic Colors of #C47A4C
Black with #C47A4C
Text Example
Text Example
White with #C47A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47A4C; }
p { color: rgb(196,122,76); }
H1.HeaderClassName
{
color: #C47A4C;
}
.AnyTagClassName
{
color: #C47A4C;
}
</style>
background-color css
<style>
a { background-color: #C47A4C; }
a { background-color: rgb(196,122,76); }
div.DivClassName
{
background-color: #C47A4C;
}
.BgClassName
{
background-color: #C47A4C;
}
</style>
border-color css
<style>
span { border-color: #C47A4C; }
span { border-color: rgb(196,122,76); }
td.TdClassName
{
border-color: #C47A4C;
}
.TagClassName
{
border-color: #C47A4C;
}
</style>