Shades of Brandy Punch #C2794B
Tints of Brandy Punch #C2794B
RGB
CMYK
RGB Variations
Color information
#C2794B (or 0xC2794B) is known color: Brandy Punch. HEX triplet: C2, 79 and 4B. RGB value is (194,121,75). Sum of RGB (Red+Green+Blue) = 194+121+75=390 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.74% from 390); Green value is 121 (47.66% from 255 or 31.03% from 390); Blue value is 75 (29.69% from 255 or 19.23% from 390); Max value from RGB is 194 - color contains mainly: red. Hex color #C2794B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2794B is #3D86B4. Grayscale: #898989. Windows color (decimal): -4032181 or 4946370. OLE color: 4946370.
HSL color Cylindrical-coordinate representation of color #C2794B: hue angle of 23.19º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C2794B is Cyan = 0, Magento = 0.38, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 121 | 75 | - |
| CMYK | 0 | 0.38 | 0.61 | 0.24 |
| HSL | 23.19º | 0.49% | 0.53% | - |
| HSV(B) | 23.19º | 0.61% | 0.76% | - |
| XYZ | 30.36 | 25.65 | 10.01 | - |
| YUV | 137.58 | 92.68 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 121 | 75 | 0 | 0.38 | 0.61 | 0.24 | 23.19 | 0.49 | 0.53 |
| Hex | C2 | 79 | 4B | 0 | 26 | 3D | 18 | 17 | 31 | 35 |
| Octal | 302 | 171 | 113 | 0 | 46 | 75 | 30 | 27 | 61 | 65 |
| Binary | 11000010 | 1111001 | 1001011 | 0 | 100110 | 111101 | 11000 | 10111 | 110001 | 110101 |
Color Harmonies of #C2794B
Complementary color
Monochromatic Colors of #C2794B
Black with #C2794B
Text Example
Text Example
White with #C2794B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2794B; }
p { color: rgb(194,121,75); }
H1.HeaderClassName
{
color: #C2794B;
}
.AnyTagClassName
{
color: #C2794B;
}
</style>
background-color css
<style>
a { background-color: #C2794B; }
a { background-color: rgb(194,121,75); }
div.DivClassName
{
background-color: #C2794B;
}
.BgClassName
{
background-color: #C2794B;
}
</style>
border-color css
<style>
span { border-color: #C2794B; }
span { border-color: rgb(194,121,75); }
td.TdClassName
{
border-color: #C2794B;
}
.TagClassName
{
border-color: #C2794B;
}
</style>