Shades of Brandy Punch #C4793C
Tints of Brandy Punch #C4793C
RGB
CMYK
RGB Variations
Color information
#C4793C (or 0xC4793C) is known color: Brandy Punch. HEX triplet: C4, 79 and 3C. RGB value is (196,121,60). Sum of RGB (Red+Green+Blue) = 196+121+60=377 (49% of max value = 765). Red value is 196 (76.95% from 255 or 51.99% from 377); Green value is 121 (47.66% from 255 or 32.10% from 377); Blue value is 60 (23.83% from 255 or 15.92% from 377); Max value from RGB is 196 - color contains mainly: red. Hex color #C4793C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4793C is #3B86C3. Grayscale: #888888. Windows color (decimal): -3901124 or 3963332. OLE color: 3963332.
HSL color Cylindrical-coordinate representation of color #C4793C: hue angle of 26.91º 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 #C4793C is Cyan = 0, Magento = 0.38, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 121 | 60 | - |
| CMYK | 0 | 0.38 | 0.69 | 0.23 |
| HSL | 26.91º | 0.54% | 0.5% | - |
| HSV(B) | 26.91º | 0.69% | 0.77% | - |
| XYZ | 30.42 | 25.74 | 7.64 | - |
| YUV | 136.47 | 84.85 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 121 | 60 | 0 | 0.38 | 0.69 | 0.23 | 26.91 | 0.54 | 0.5 |
| Hex | C4 | 79 | 3C | 0 | 26 | 45 | 17 | 1B | 36 | 32 |
| Octal | 304 | 171 | 74 | 0 | 46 | 105 | 27 | 33 | 66 | 62 |
| Binary | 11000100 | 1111001 | 111100 | 0 | 100110 | 1000101 | 10111 | 11011 | 110110 | 110010 |
Color Harmonies of #C4793C
Complementary color
Monochromatic Colors of #C4793C
Black with #C4793C
Text Example
Text Example
White with #C4793C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4793C; }
p { color: rgb(196,121,60); }
H1.HeaderClassName
{
color: #C4793C;
}
.AnyTagClassName
{
color: #C4793C;
}
</style>
background-color css
<style>
a { background-color: #C4793C; }
a { background-color: rgb(196,121,60); }
div.DivClassName
{
background-color: #C4793C;
}
.BgClassName
{
background-color: #C4793C;
}
</style>
border-color css
<style>
span { border-color: #C4793C; }
span { border-color: rgb(196,121,60); }
td.TdClassName
{
border-color: #C4793C;
}
.TagClassName
{
border-color: #C4793C;
}
</style>