Shades of Brandy Punch #C2783E
Tints of Brandy Punch #C2783E
RGB
CMYK
RGB Variations
Color information
#C2783E (or 0xC2783E) is known color: Brandy Punch. HEX triplet: C2, 78 and 3E. RGB value is (194,120,62). Sum of RGB (Red+Green+Blue) = 194+120+62=376 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.60% from 376); Green value is 120 (47.27% from 255 or 31.91% from 376); Blue value is 62 (24.61% from 255 or 16.49% from 376); Max value from RGB is 194 - color contains mainly: red. Hex color #C2783E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2783E is #3D87C1. Grayscale: #878787. Windows color (decimal): -4032450 or 4094146. OLE color: 4094146.
HSL color Cylindrical-coordinate representation of color #C2783E: hue angle of 26.36º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C2783E is Cyan = 0, Magento = 0.38, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 120 | 62 | - |
| CMYK | 0 | 0.38 | 0.68 | 0.24 |
| HSL | 26.36º | 0.52% | 0.5% | - |
| HSV(B) | 26.36º | 0.68% | 0.76% | - |
| XYZ | 29.83 | 25.25 | 7.86 | - |
| YUV | 135.51 | 86.52 | 169.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 120 | 62 | 0 | 0.38 | 0.68 | 0.24 | 26.36 | 0.52 | 0.5 |
| Hex | C2 | 78 | 3E | 0 | 26 | 44 | 18 | 1A | 34 | 32 |
| Octal | 302 | 170 | 76 | 0 | 46 | 104 | 30 | 32 | 64 | 62 |
| Binary | 11000010 | 1111000 | 111110 | 0 | 100110 | 1000100 | 11000 | 11010 | 110100 | 110010 |
Color Harmonies of #C2783E
Complementary color
Monochromatic Colors of #C2783E
Black with #C2783E
Text Example
Text Example
White with #C2783E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2783E; }
p { color: rgb(194,120,62); }
H1.HeaderClassName
{
color: #C2783E;
}
.AnyTagClassName
{
color: #C2783E;
}
</style>
background-color css
<style>
a { background-color: #C2783E; }
a { background-color: rgb(194,120,62); }
div.DivClassName
{
background-color: #C2783E;
}
.BgClassName
{
background-color: #C2783E;
}
</style>
border-color css
<style>
span { border-color: #C2783E; }
span { border-color: rgb(194,120,62); }
td.TdClassName
{
border-color: #C2783E;
}
.TagClassName
{
border-color: #C2783E;
}
</style>