Shades of Brandy Punch #C47A4A
Tints of Brandy Punch #C47A4A
RGB
CMYK
RGB Variations
Color information
#C47A4A (or 0xC47A4A) is known color: Brandy Punch. HEX triplet: C4, 7A and 4A. RGB value is (196,122,74). Sum of RGB (Red+Green+Blue) = 196+122+74=392 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50% from 392); Green value is 122 (48.05% from 255 or 31.12% from 392); Blue value is 74 (29.30% from 255 or 18.88% from 392); Max value from RGB is 196 - color contains mainly: red. Hex color #C47A4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47A4A is #3B85B5. Grayscale: #8A8A8A. Windows color (decimal): -3900854 or 4881092. OLE color: 4881092.
HSL color Cylindrical-coordinate representation of color #C47A4A: hue angle of 23.61º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C47A4A is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 122 | 74 | - |
| CMYK | 0 | 0.38 | 0.62 | 0.23 |
| HSL | 23.61º | 0.51% | 0.53% | - |
| HSV(B) | 23.61º | 0.62% | 0.77% | - |
| XYZ | 30.96 | 26.15 | 9.89 | - |
| YUV | 138.65 | 91.52 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 122 | 74 | 0 | 0.38 | 0.62 | 0.23 | 23.61 | 0.51 | 0.53 |
| Hex | C4 | 7A | 4A | 0 | 26 | 3E | 17 | 18 | 33 | 35 |
| Octal | 304 | 172 | 112 | 0 | 46 | 76 | 27 | 30 | 63 | 65 |
| Binary | 11000100 | 1111010 | 1001010 | 0 | 100110 | 111110 | 10111 | 11000 | 110011 | 110101 |
Color Harmonies of #C47A4A
Complementary color
Monochromatic Colors of #C47A4A
Black with #C47A4A
Text Example
Text Example
White with #C47A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47A4A; }
p { color: rgb(196,122,74); }
H1.HeaderClassName
{
color: #C47A4A;
}
.AnyTagClassName
{
color: #C47A4A;
}
</style>
background-color css
<style>
a { background-color: #C47A4A; }
a { background-color: rgb(196,122,74); }
div.DivClassName
{
background-color: #C47A4A;
}
.BgClassName
{
background-color: #C47A4A;
}
</style>
border-color css
<style>
span { border-color: #C47A4A; }
span { border-color: rgb(196,122,74); }
td.TdClassName
{
border-color: #C47A4A;
}
.TagClassName
{
border-color: #C47A4A;
}
</style>