Shades of Brandy Punch #C1783A
Tints of Brandy Punch #C1783A
RGB
CMYK
RGB Variations
Color information
#C1783A (or 0xC1783A) is known color: Brandy Punch. HEX triplet: C1, 78 and 3A. RGB value is (193,120,58). Sum of RGB (Red+Green+Blue) = 193+120+58=371 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.02% from 371); Green value is 120 (47.27% from 255 or 32.35% from 371); Blue value is 58 (23.05% from 255 or 15.63% from 371); Max value from RGB is 193 - color contains mainly: red. Hex color #C1783A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1783A is #3E87C5. Grayscale: #878787. Windows color (decimal): -4097990 or 3832001. OLE color: 3832001.
HSL color Cylindrical-coordinate representation of color #C1783A: hue angle of 27.56º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C1783A is Cyan = 0, Magento = 0.38, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 120 | 58 | - |
| CMYK | 0 | 0.38 | 0.70 | 0.24 |
| HSL | 27.56º | 0.54% | 0.49% | - |
| HSV(B) | 27.56º | 0.7% | 0.76% | - |
| XYZ | 29.47 | 25.08 | 7.29 | - |
| YUV | 134.76 | 84.68 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 120 | 58 | 0 | 0.38 | 0.70 | 0.24 | 27.56 | 0.54 | 0.49 |
| Hex | C1 | 78 | 3A | 0 | 26 | 46 | 18 | 1C | 36 | 31 |
| Octal | 301 | 170 | 72 | 0 | 46 | 106 | 30 | 34 | 66 | 61 |
| Binary | 11000001 | 1111000 | 111010 | 0 | 100110 | 1000110 | 11000 | 11100 | 110110 | 110001 |
Color Harmonies of #C1783A
Complementary color
Monochromatic Colors of #C1783A
Black with #C1783A
Text Example
Text Example
White with #C1783A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1783A; }
p { color: rgb(193,120,58); }
H1.HeaderClassName
{
color: #C1783A;
}
.AnyTagClassName
{
color: #C1783A;
}
</style>
background-color css
<style>
a { background-color: #C1783A; }
a { background-color: rgb(193,120,58); }
div.DivClassName
{
background-color: #C1783A;
}
.BgClassName
{
background-color: #C1783A;
}
</style>
border-color css
<style>
span { border-color: #C1783A; }
span { border-color: rgb(193,120,58); }
td.TdClassName
{
border-color: #C1783A;
}
.TagClassName
{
border-color: #C1783A;
}
</style>