Shades of Brandy Punch #C47A39
Tints of Brandy Punch #C47A39
RGB
CMYK
RGB Variations
Color information
#C47A39 (or 0xC47A39) is known color: Brandy Punch. HEX triplet: C4, 7A and 39. RGB value is (196,122,57). Sum of RGB (Red+Green+Blue) = 196+122+57=375 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.27% from 375); Green value is 122 (48.05% from 255 or 32.53% from 375); Blue value is 57 (22.66% from 255 or 15.2% from 375); Max value from RGB is 196 - color contains mainly: red. Hex color #C47A39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47A39 is #3B85C6. Grayscale: #898989. Windows color (decimal): -3900871 or 3766980. OLE color: 3766980.
HSL color Cylindrical-coordinate representation of color #C47A39: hue angle of 28.06º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C47A39 is Cyan = 0, Magento = 0.38, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 122 | 57 | - |
| CMYK | 0 | 0.38 | 0.71 | 0.23 |
| HSL | 28.06º | 0.55% | 0.5% | - |
| HSV(B) | 28.06º | 0.71% | 0.77% | - |
| XYZ | 30.46 | 25.95 | 7.27 | - |
| YUV | 136.72 | 83.02 | 170.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 122 | 57 | 0 | 0.38 | 0.71 | 0.23 | 28.06 | 0.55 | 0.5 |
| Hex | C4 | 7A | 39 | 0 | 26 | 47 | 17 | 1C | 37 | 32 |
| Octal | 304 | 172 | 71 | 0 | 46 | 107 | 27 | 34 | 67 | 62 |
| Binary | 11000100 | 1111010 | 111001 | 0 | 100110 | 1000111 | 10111 | 11100 | 110111 | 110010 |
Color Harmonies of #C47A39
Complementary color
Monochromatic Colors of #C47A39
Black with #C47A39
Text Example
Text Example
White with #C47A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47A39; }
p { color: rgb(196,122,57); }
H1.HeaderClassName
{
color: #C47A39;
}
.AnyTagClassName
{
color: #C47A39;
}
</style>
background-color css
<style>
a { background-color: #C47A39; }
a { background-color: rgb(196,122,57); }
div.DivClassName
{
background-color: #C47A39;
}
.BgClassName
{
background-color: #C47A39;
}
</style>
border-color css
<style>
span { border-color: #C47A39; }
span { border-color: rgb(196,122,57); }
td.TdClassName
{
border-color: #C47A39;
}
.TagClassName
{
border-color: #C47A39;
}
</style>