Shades of Brandy Punch #C1833D
Tints of Brandy Punch #C1833D
RGB
CMYK
RGB Variations
Color information
#C1833D (or 0xC1833D) is known color: Brandy Punch. HEX triplet: C1, 83 and 3D. RGB value is (193,131,61). Sum of RGB (Red+Green+Blue) = 193+131+61=385 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.13% from 385); Green value is 131 (51.56% from 255 or 34.03% from 385); Blue value is 61 (24.22% from 255 or 15.84% from 385); Max value from RGB is 193 - color contains mainly: red. Hex color #C1833D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1833D is #3E7CC2. Grayscale: #8D8D8D. Windows color (decimal): -4095171 or 4031425. OLE color: 4031425.
HSL color Cylindrical-coordinate representation of color #C1833D: hue angle of 31.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 #C1833D is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 131 | 61 | - |
| CMYK | 0 | 0.32 | 0.68 | 0.24 |
| HSL | 31.82º | 0.52% | 0.5% | - |
| HSV(B) | 31.82º | 0.68% | 0.76% | - |
| XYZ | 30.95 | 27.91 | 8.17 | - |
| YUV | 141.56 | 82.54 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 131 | 61 | 0 | 0.32 | 0.68 | 0.24 | 31.82 | 0.52 | 0.5 |
| Hex | C1 | 83 | 3D | 0 | 20 | 44 | 18 | 20 | 34 | 32 |
| Octal | 301 | 203 | 75 | 0 | 40 | 104 | 30 | 40 | 64 | 62 |
| Binary | 11000001 | 10000011 | 111101 | 0 | 100000 | 1000100 | 11000 | 100000 | 110100 | 110010 |
Color Harmonies of #C1833D
Complementary color
Monochromatic Colors of #C1833D
Black with #C1833D
Text Example
Text Example
White with #C1833D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1833D; }
p { color: rgb(193,131,61); }
H1.HeaderClassName
{
color: #C1833D;
}
.AnyTagClassName
{
color: #C1833D;
}
</style>
background-color css
<style>
a { background-color: #C1833D; }
a { background-color: rgb(193,131,61); }
div.DivClassName
{
background-color: #C1833D;
}
.BgClassName
{
background-color: #C1833D;
}
</style>
border-color css
<style>
span { border-color: #C1833D; }
span { border-color: rgb(193,131,61); }
td.TdClassName
{
border-color: #C1833D;
}
.TagClassName
{
border-color: #C1833D;
}
</style>