Shades of Brandy Punch #C2783D
Tints of Brandy Punch #C2783D
RGB
CMYK
RGB Variations
Color information
#C2783D (or 0xC2783D) is known color: Brandy Punch. HEX triplet: C2, 78 and 3D. RGB value is (194,120,61). Sum of RGB (Red+Green+Blue) = 194+120+61=375 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.73% from 375); Green value is 120 (47.27% from 255 or 32% from 375); Blue value is 61 (24.22% from 255 or 16.27% from 375); Max value from RGB is 194 - color contains mainly: red. Hex color #C2783D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2783D is #3D87C2. Grayscale: #878787. Windows color (decimal): -4032451 or 4028610. OLE color: 4028610.
HSL color Cylindrical-coordinate representation of color #C2783D: hue angle of 26.62º 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 #C2783D is Cyan = 0, Magento = 0.38, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 120 | 61 | - |
| CMYK | 0 | 0.38 | 0.69 | 0.24 |
| HSL | 26.62º | 0.52% | 0.5% | - |
| HSV(B) | 26.62º | 0.69% | 0.76% | - |
| XYZ | 29.81 | 25.24 | 7.72 | - |
| YUV | 135.4 | 86.02 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 120 | 61 | 0 | 0.38 | 0.69 | 0.24 | 26.62 | 0.52 | 0.5 |
| Hex | C2 | 78 | 3D | 0 | 26 | 45 | 18 | 1B | 34 | 32 |
| Octal | 302 | 170 | 75 | 0 | 46 | 105 | 30 | 33 | 64 | 62 |
| Binary | 11000010 | 1111000 | 111101 | 0 | 100110 | 1000101 | 11000 | 11011 | 110100 | 110010 |
Color Harmonies of #C2783D
Complementary color
Monochromatic Colors of #C2783D
Black with #C2783D
Text Example
Text Example
White with #C2783D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2783D; }
p { color: rgb(194,120,61); }
H1.HeaderClassName
{
color: #C2783D;
}
.AnyTagClassName
{
color: #C2783D;
}
</style>
background-color css
<style>
a { background-color: #C2783D; }
a { background-color: rgb(194,120,61); }
div.DivClassName
{
background-color: #C2783D;
}
.BgClassName
{
background-color: #C2783D;
}
</style>
border-color css
<style>
span { border-color: #C2783D; }
span { border-color: rgb(194,120,61); }
td.TdClassName
{
border-color: #C2783D;
}
.TagClassName
{
border-color: #C2783D;
}
</style>