Shades of Brandy Punch #C3794A
Tints of Brandy Punch #C3794A
RGB
CMYK
RGB Variations
Color information
#C3794A (or 0xC3794A) is known color: Brandy Punch. HEX triplet: C3, 79 and 4A. RGB value is (195,121,74). Sum of RGB (Red+Green+Blue) = 195+121+74=390 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50% from 390); Green value is 121 (47.66% from 255 or 31.03% from 390); Blue value is 74 (29.30% from 255 or 18.97% from 390); Max value from RGB is 195 - color contains mainly: red. Hex color #C3794A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3794A is #3C86B5. Grayscale: #8A8A8A. Windows color (decimal): -3966646 or 4880835. OLE color: 4880835.
HSL color Cylindrical-coordinate representation of color #C3794A: hue angle of 23.31º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C3794A is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 121 | 74 | - |
| CMYK | 0 | 0.38 | 0.62 | 0.24 |
| HSL | 23.31º | 0.5% | 0.53% | - |
| HSV(B) | 23.31º | 0.62% | 0.76% | - |
| XYZ | 30.58 | 25.77 | 9.84 | - |
| YUV | 137.77 | 92.02 | 168.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 121 | 74 | 0 | 0.38 | 0.62 | 0.24 | 23.31 | 0.5 | 0.53 |
| Hex | C3 | 79 | 4A | 0 | 26 | 3E | 18 | 17 | 32 | 35 |
| Octal | 303 | 171 | 112 | 0 | 46 | 76 | 30 | 27 | 62 | 65 |
| Binary | 11000011 | 1111001 | 1001010 | 0 | 100110 | 111110 | 11000 | 10111 | 110010 | 110101 |
Color Harmonies of #C3794A
Complementary color
Monochromatic Colors of #C3794A
Black with #C3794A
Text Example
Text Example
White with #C3794A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3794A; }
p { color: rgb(195,121,74); }
H1.HeaderClassName
{
color: #C3794A;
}
.AnyTagClassName
{
color: #C3794A;
}
</style>
background-color css
<style>
a { background-color: #C3794A; }
a { background-color: rgb(195,121,74); }
div.DivClassName
{
background-color: #C3794A;
}
.BgClassName
{
background-color: #C3794A;
}
</style>
border-color css
<style>
span { border-color: #C3794A; }
span { border-color: rgb(195,121,74); }
td.TdClassName
{
border-color: #C3794A;
}
.TagClassName
{
border-color: #C3794A;
}
</style>