Shades of Brandy Punch #C1803D
Tints of Brandy Punch #C1803D
RGB
CMYK
RGB Variations
Color information
#C1803D (or 0xC1803D) is known color: Brandy Punch. HEX triplet: C1, 80 and 3D. RGB value is (193,128,61). Sum of RGB (Red+Green+Blue) = 193+128+61=382 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.52% from 382); Green value is 128 (50.39% from 255 or 33.51% from 382); Blue value is 61 (24.22% from 255 or 15.97% from 382); Max value from RGB is 193 - color contains mainly: red. Hex color #C1803D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1803D is #3E7FC2. Grayscale: #8C8C8C. Windows color (decimal): -4095939 or 4030657. OLE color: 4030657.
HSL color Cylindrical-coordinate representation of color #C1803D: hue angle of 30.45º 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 #C1803D is Cyan = 0, Magento = 0.34, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 128 | 61 | - |
| CMYK | 0 | 0.34 | 0.68 | 0.24 |
| HSL | 30.45º | 0.52% | 0.5% | - |
| HSV(B) | 30.45º | 0.68% | 0.76% | - |
| XYZ | 30.55 | 27.11 | 8.04 | - |
| YUV | 139.8 | 83.53 | 165.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 128 | 61 | 0 | 0.34 | 0.68 | 0.24 | 30.45 | 0.52 | 0.5 |
| Hex | C1 | 80 | 3D | 0 | 22 | 44 | 18 | 1E | 34 | 32 |
| Octal | 301 | 200 | 75 | 0 | 42 | 104 | 30 | 36 | 64 | 62 |
| Binary | 11000001 | 10000000 | 111101 | 0 | 100010 | 1000100 | 11000 | 11110 | 110100 | 110010 |
Color Harmonies of #C1803D
Complementary color
Monochromatic Colors of #C1803D
Black with #C1803D
Text Example
Text Example
White with #C1803D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1803D; }
p { color: rgb(193,128,61); }
H1.HeaderClassName
{
color: #C1803D;
}
.AnyTagClassName
{
color: #C1803D;
}
</style>
background-color css
<style>
a { background-color: #C1803D; }
a { background-color: rgb(193,128,61); }
div.DivClassName
{
background-color: #C1803D;
}
.BgClassName
{
background-color: #C1803D;
}
</style>
border-color css
<style>
span { border-color: #C1803D; }
span { border-color: rgb(193,128,61); }
td.TdClassName
{
border-color: #C1803D;
}
.TagClassName
{
border-color: #C1803D;
}
</style>