Shades of Brandy Punch #C47A3C
Tints of Brandy Punch #C47A3C
RGB
CMYK
RGB Variations
Color information
#C47A3C (or 0xC47A3C) is known color: Brandy Punch. HEX triplet: C4, 7A and 3C. RGB value is (196,122,60). Sum of RGB (Red+Green+Blue) = 196+122+60=378 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.85% from 378); Green value is 122 (48.05% from 255 or 32.28% from 378); Blue value is 60 (23.83% from 255 or 15.87% from 378); Max value from RGB is 196 - color contains mainly: red. Hex color #C47A3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47A3C is #3B85C3. Grayscale: #898989. Windows color (decimal): -3900868 or 3963588. OLE color: 3963588.
HSL color Cylindrical-coordinate representation of color #C47A3C: hue angle of 27.35º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C47A3C is Cyan = 0, Magento = 0.38, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 122 | 60 | - |
| CMYK | 0 | 0.38 | 0.69 | 0.23 |
| HSL | 27.35º | 0.54% | 0.5% | - |
| HSV(B) | 27.35º | 0.69% | 0.77% | - |
| XYZ | 30.54 | 25.98 | 7.68 | - |
| YUV | 137.06 | 84.52 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 122 | 60 | 0 | 0.38 | 0.69 | 0.23 | 27.35 | 0.54 | 0.5 |
| Hex | C4 | 7A | 3C | 0 | 26 | 45 | 17 | 1B | 36 | 32 |
| Octal | 304 | 172 | 74 | 0 | 46 | 105 | 27 | 33 | 66 | 62 |
| Binary | 11000100 | 1111010 | 111100 | 0 | 100110 | 1000101 | 10111 | 11011 | 110110 | 110010 |
Color Harmonies of #C47A3C
Complementary color
Monochromatic Colors of #C47A3C
Black with #C47A3C
Text Example
Text Example
White with #C47A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47A3C; }
p { color: rgb(196,122,60); }
H1.HeaderClassName
{
color: #C47A3C;
}
.AnyTagClassName
{
color: #C47A3C;
}
</style>
background-color css
<style>
a { background-color: #C47A3C; }
a { background-color: rgb(196,122,60); }
div.DivClassName
{
background-color: #C47A3C;
}
.BgClassName
{
background-color: #C47A3C;
}
</style>
border-color css
<style>
span { border-color: #C47A3C; }
span { border-color: rgb(196,122,60); }
td.TdClassName
{
border-color: #C47A3C;
}
.TagClassName
{
border-color: #C47A3C;
}
</style>