Shades of Brandy Punch #C4793A
Tints of Brandy Punch #C4793A
RGB
CMYK
RGB Variations
Color information
#C4793A (or 0xC4793A) is known color: Brandy Punch. HEX triplet: C4, 79 and 3A. RGB value is (196,121,58). Sum of RGB (Red+Green+Blue) = 196+121+58=375 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.27% from 375); Green value is 121 (47.66% from 255 or 32.27% from 375); Blue value is 58 (23.05% from 255 or 15.47% from 375); Max value from RGB is 196 - color contains mainly: red. Hex color #C4793A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4793A is #3B86C5. Grayscale: #888888. Windows color (decimal): -3901126 or 3832260. OLE color: 3832260.
HSL color Cylindrical-coordinate representation of color #C4793A: hue angle of 27.39º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C4793A is Cyan = 0, Magento = 0.38, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 121 | 58 | - |
| CMYK | 0 | 0.38 | 0.70 | 0.23 |
| HSL | 27.39º | 0.54% | 0.5% | - |
| HSV(B) | 27.39º | 0.7% | 0.77% | - |
| XYZ | 30.37 | 25.72 | 7.37 | - |
| YUV | 136.24 | 83.85 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 121 | 58 | 0 | 0.38 | 0.70 | 0.23 | 27.39 | 0.54 | 0.5 |
| Hex | C4 | 79 | 3A | 0 | 26 | 46 | 17 | 1B | 36 | 32 |
| Octal | 304 | 171 | 72 | 0 | 46 | 106 | 27 | 33 | 66 | 62 |
| Binary | 11000100 | 1111001 | 111010 | 0 | 100110 | 1000110 | 10111 | 11011 | 110110 | 110010 |
Color Harmonies of #C4793A
Complementary color
Monochromatic Colors of #C4793A
Black with #C4793A
Text Example
Text Example
White with #C4793A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4793A; }
p { color: rgb(196,121,58); }
H1.HeaderClassName
{
color: #C4793A;
}
.AnyTagClassName
{
color: #C4793A;
}
</style>
background-color css
<style>
a { background-color: #C4793A; }
a { background-color: rgb(196,121,58); }
div.DivClassName
{
background-color: #C4793A;
}
.BgClassName
{
background-color: #C4793A;
}
</style>
border-color css
<style>
span { border-color: #C4793A; }
span { border-color: rgb(196,121,58); }
td.TdClassName
{
border-color: #C4793A;
}
.TagClassName
{
border-color: #C4793A;
}
</style>