Shades of Brandy Punch #C1783E
Tints of Brandy Punch #C1783E
RGB
CMYK
RGB Variations
Color information
#C1783E (or 0xC1783E) is known color: Brandy Punch. HEX triplet: C1, 78 and 3E. RGB value is (193,120,62). Sum of RGB (Red+Green+Blue) = 193+120+62=375 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.47% from 375); Green value is 120 (47.27% from 255 or 32% from 375); Blue value is 62 (24.61% from 255 or 16.53% from 375); Max value from RGB is 193 - color contains mainly: red. Hex color #C1783E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1783E is #3E87C1. Grayscale: #878787. Windows color (decimal): -4097986 or 4094145. OLE color: 4094145.
HSL color Cylindrical-coordinate representation of color #C1783E: hue angle of 26.56º degrees, saturation: 0.51, 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 #C1783E is Cyan = 0, Magento = 0.38, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 120 | 62 | - |
| CMYK | 0 | 0.38 | 0.68 | 0.24 |
| HSL | 26.56º | 0.51% | 0.5% | - |
| HSV(B) | 26.56º | 0.68% | 0.76% | - |
| XYZ | 29.58 | 25.12 | 7.85 | - |
| YUV | 135.22 | 86.68 | 169.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 120 | 62 | 0 | 0.38 | 0.68 | 0.24 | 26.56 | 0.51 | 0.5 |
| Hex | C1 | 78 | 3E | 0 | 26 | 44 | 18 | 1B | 33 | 32 |
| Octal | 301 | 170 | 76 | 0 | 46 | 104 | 30 | 33 | 63 | 62 |
| Binary | 11000001 | 1111000 | 111110 | 0 | 100110 | 1000100 | 11000 | 11011 | 110011 | 110010 |
Color Harmonies of #C1783E
Complementary color
Monochromatic Colors of #C1783E
Black with #C1783E
Text Example
Text Example
White with #C1783E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1783E; }
p { color: rgb(193,120,62); }
H1.HeaderClassName
{
color: #C1783E;
}
.AnyTagClassName
{
color: #C1783E;
}
</style>
background-color css
<style>
a { background-color: #C1783E; }
a { background-color: rgb(193,120,62); }
div.DivClassName
{
background-color: #C1783E;
}
.BgClassName
{
background-color: #C1783E;
}
</style>
border-color css
<style>
span { border-color: #C1783E; }
span { border-color: rgb(193,120,62); }
td.TdClassName
{
border-color: #C1783E;
}
.TagClassName
{
border-color: #C1783E;
}
</style>