Shades of Brandy Punch #C4793D
Tints of Brandy Punch #C4793D
RGB
CMYK
RGB Variations
Color information
#C4793D (or 0xC4793D) is known color: Brandy Punch. HEX triplet: C4, 79 and 3D. RGB value is (196,121,61). Sum of RGB (Red+Green+Blue) = 196+121+61=378 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.85% from 378); Green value is 121 (47.66% from 255 or 32.01% from 378); Blue value is 61 (24.22% from 255 or 16.14% from 378); Max value from RGB is 196 - color contains mainly: red. Hex color #C4793D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4793D is #3B86C2. Grayscale: #888888. Windows color (decimal): -3901123 or 4028868. OLE color: 4028868.
HSL color Cylindrical-coordinate representation of color #C4793D: hue angle of 26.67º degrees, saturation: 0.53, 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 #C4793D is Cyan = 0, Magento = 0.38, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 121 | 61 | - |
| CMYK | 0 | 0.38 | 0.69 | 0.23 |
| HSL | 26.67º | 0.53% | 0.5% | - |
| HSV(B) | 26.67º | 0.69% | 0.77% | - |
| XYZ | 30.44 | 25.75 | 7.78 | - |
| YUV | 136.59 | 85.35 | 170.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 121 | 61 | 0 | 0.38 | 0.69 | 0.23 | 26.67 | 0.53 | 0.5 |
| Hex | C4 | 79 | 3D | 0 | 26 | 45 | 17 | 1B | 35 | 32 |
| Octal | 304 | 171 | 75 | 0 | 46 | 105 | 27 | 33 | 65 | 62 |
| Binary | 11000100 | 1111001 | 111101 | 0 | 100110 | 1000101 | 10111 | 11011 | 110101 | 110010 |
Color Harmonies of #C4793D
Complementary color
Monochromatic Colors of #C4793D
Black with #C4793D
Text Example
Text Example
White with #C4793D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4793D; }
p { color: rgb(196,121,61); }
H1.HeaderClassName
{
color: #C4793D;
}
.AnyTagClassName
{
color: #C4793D;
}
</style>
background-color css
<style>
a { background-color: #C4793D; }
a { background-color: rgb(196,121,61); }
div.DivClassName
{
background-color: #C4793D;
}
.BgClassName
{
background-color: #C4793D;
}
</style>
border-color css
<style>
span { border-color: #C4793D; }
span { border-color: rgb(196,121,61); }
td.TdClassName
{
border-color: #C4793D;
}
.TagClassName
{
border-color: #C4793D;
}
</style>