Shades of Brandy Punch #C2793D
Tints of Brandy Punch #C2793D
RGB
CMYK
RGB Variations
Color information
#C2793D (or 0xC2793D) is known color: Brandy Punch. HEX triplet: C2, 79 and 3D. RGB value is (194,121,61). Sum of RGB (Red+Green+Blue) = 194+121+61=376 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.60% from 376); Green value is 121 (47.66% from 255 or 32.18% from 376); Blue value is 61 (24.22% from 255 or 16.22% from 376); Max value from RGB is 194 - color contains mainly: red. Hex color #C2793D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2793D is #3D86C2. Grayscale: #888888. Windows color (decimal): -4032195 or 4028866. OLE color: 4028866.
HSL color Cylindrical-coordinate representation of color #C2793D: hue angle of 27.07º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C2793D is Cyan = 0, Magento = 0.38, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 121 | 61 | - |
| CMYK | 0 | 0.38 | 0.69 | 0.24 |
| HSL | 27.07º | 0.52% | 0.5% | - |
| HSV(B) | 27.07º | 0.69% | 0.76% | - |
| XYZ | 29.93 | 25.48 | 7.76 | - |
| YUV | 135.99 | 85.68 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 121 | 61 | 0 | 0.38 | 0.69 | 0.24 | 27.07 | 0.52 | 0.5 |
| Hex | C2 | 79 | 3D | 0 | 26 | 45 | 18 | 1B | 34 | 32 |
| Octal | 302 | 171 | 75 | 0 | 46 | 105 | 30 | 33 | 64 | 62 |
| Binary | 11000010 | 1111001 | 111101 | 0 | 100110 | 1000101 | 11000 | 11011 | 110100 | 110010 |
Color Harmonies of #C2793D
Complementary color
Monochromatic Colors of #C2793D
Black with #C2793D
Text Example
Text Example
White with #C2793D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2793D; }
p { color: rgb(194,121,61); }
H1.HeaderClassName
{
color: #C2793D;
}
.AnyTagClassName
{
color: #C2793D;
}
</style>
background-color css
<style>
a { background-color: #C2793D; }
a { background-color: rgb(194,121,61); }
div.DivClassName
{
background-color: #C2793D;
}
.BgClassName
{
background-color: #C2793D;
}
</style>
border-color css
<style>
span { border-color: #C2793D; }
span { border-color: rgb(194,121,61); }
td.TdClassName
{
border-color: #C2793D;
}
.TagClassName
{
border-color: #C2793D;
}
</style>