Shades of Brandy Punch #C1783D
Tints of Brandy Punch #C1783D
RGB
CMYK
RGB Variations
Color information
#C1783D (or 0xC1783D) is known color: Brandy Punch. HEX triplet: C1, 78 and 3D. RGB value is (193,120,61). Sum of RGB (Red+Green+Blue) = 193+120+61=374 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.60% from 374); Green value is 120 (47.27% from 255 or 32.09% from 374); Blue value is 61 (24.22% from 255 or 16.31% from 374); Max value from RGB is 193 - color contains mainly: red. Hex color #C1783D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1783D is #3E87C2. Grayscale: #878787. Windows color (decimal): -4097987 or 4028609. OLE color: 4028609.
HSL color Cylindrical-coordinate representation of color #C1783D: hue angle of 26.82º 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 #C1783D is Cyan = 0, Magento = 0.38, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 120 | 61 | - |
| CMYK | 0 | 0.38 | 0.68 | 0.24 |
| HSL | 26.82º | 0.52% | 0.5% | - |
| HSV(B) | 26.82º | 0.68% | 0.76% | - |
| XYZ | 29.55 | 25.11 | 7.7 | - |
| YUV | 135.1 | 86.18 | 169.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 120 | 61 | 0 | 0.38 | 0.68 | 0.24 | 26.82 | 0.52 | 0.5 |
| Hex | C1 | 78 | 3D | 0 | 26 | 44 | 18 | 1B | 34 | 32 |
| Octal | 301 | 170 | 75 | 0 | 46 | 104 | 30 | 33 | 64 | 62 |
| Binary | 11000001 | 1111000 | 111101 | 0 | 100110 | 1000100 | 11000 | 11011 | 110100 | 110010 |
Color Harmonies of #C1783D
Complementary color
Monochromatic Colors of #C1783D
Black with #C1783D
Text Example
Text Example
White with #C1783D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1783D; }
p { color: rgb(193,120,61); }
H1.HeaderClassName
{
color: #C1783D;
}
.AnyTagClassName
{
color: #C1783D;
}
</style>
background-color css
<style>
a { background-color: #C1783D; }
a { background-color: rgb(193,120,61); }
div.DivClassName
{
background-color: #C1783D;
}
.BgClassName
{
background-color: #C1783D;
}
</style>
border-color css
<style>
span { border-color: #C1783D; }
span { border-color: rgb(193,120,61); }
td.TdClassName
{
border-color: #C1783D;
}
.TagClassName
{
border-color: #C1783D;
}
</style>