Shades of Brandy Punch #C2784A
Tints of Brandy Punch #C2784A
RGB
CMYK
RGB Variations
Color information
#C2784A (or 0xC2784A) is known color: Brandy Punch. HEX triplet: C2, 78 and 4A. RGB value is (194,120,74). Sum of RGB (Red+Green+Blue) = 194+120+74=388 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50% from 388); Green value is 120 (47.27% from 255 or 30.93% from 388); Blue value is 74 (29.30% from 255 or 19.07% from 388); Max value from RGB is 194 - color contains mainly: red. Hex color #C2784A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2784A is #3D87B5. Grayscale: #898989. Windows color (decimal): -4032438 or 4880578. OLE color: 4880578.
HSL color Cylindrical-coordinate representation of color #C2784A: hue angle of 23º 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 #C2784A is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 120 | 74 | - |
| CMYK | 0 | 0.38 | 0.62 | 0.24 |
| HSL | 23º | 0.5% | 0.53% | - |
| HSV(B) | 23º | 0.62% | 0.76% | - |
| XYZ | 30.2 | 25.4 | 9.79 | - |
| YUV | 136.88 | 92.52 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 120 | 74 | 0 | 0.38 | 0.62 | 0.24 | 23 | 0.5 | 0.53 |
| Hex | C2 | 78 | 4A | 0 | 26 | 3E | 18 | 17 | 32 | 35 |
| Octal | 302 | 170 | 112 | 0 | 46 | 76 | 30 | 27 | 62 | 65 |
| Binary | 11000010 | 1111000 | 1001010 | 0 | 100110 | 111110 | 11000 | 10111 | 110010 | 110101 |
Color Harmonies of #C2784A
Complementary color
Monochromatic Colors of #C2784A
Black with #C2784A
Text Example
Text Example
White with #C2784A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2784A; }
p { color: rgb(194,120,74); }
H1.HeaderClassName
{
color: #C2784A;
}
.AnyTagClassName
{
color: #C2784A;
}
</style>
background-color css
<style>
a { background-color: #C2784A; }
a { background-color: rgb(194,120,74); }
div.DivClassName
{
background-color: #C2784A;
}
.BgClassName
{
background-color: #C2784A;
}
</style>
border-color css
<style>
span { border-color: #C2784A; }
span { border-color: rgb(194,120,74); }
td.TdClassName
{
border-color: #C2784A;
}
.TagClassName
{
border-color: #C2784A;
}
</style>