Shades of Brandy Punch #C1804D
Tints of Brandy Punch #C1804D
RGB
CMYK
RGB Variations
Color information
#C1804D (or 0xC1804D) is known color: Brandy Punch. HEX triplet: C1, 80 and 4D. RGB value is (193,128,77). Sum of RGB (Red+Green+Blue) = 193+128+77=398 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.49% from 398); Green value is 128 (50.39% from 255 or 32.16% from 398); Blue value is 77 (30.47% from 255 or 19.35% from 398); Max value from RGB is 193 - color contains mainly: red. Hex color #C1804D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1804D is #3E7FB2. Grayscale: #8D8D8D. Windows color (decimal): -4095923 or 5079233. OLE color: 5079233.
HSL color Cylindrical-coordinate representation of color #C1804D: hue angle of 26.38º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C1804D is Cyan = 0, Magento = 0.34, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 128 | 77 | - |
| CMYK | 0 | 0.34 | 0.60 | 0.24 |
| HSL | 26.38º | 0.48% | 0.53% | - |
| HSV(B) | 26.38º | 0.6% | 0.76% | - |
| XYZ | 31.05 | 27.31 | 10.66 | - |
| YUV | 141.62 | 91.53 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 128 | 77 | 0 | 0.34 | 0.60 | 0.24 | 26.38 | 0.48 | 0.53 |
| Hex | C1 | 80 | 4D | 0 | 22 | 3C | 18 | 1A | 30 | 35 |
| Octal | 301 | 200 | 115 | 0 | 42 | 74 | 30 | 32 | 60 | 65 |
| Binary | 11000001 | 10000000 | 1001101 | 0 | 100010 | 111100 | 11000 | 11010 | 110000 | 110101 |
Color Harmonies of #C1804D
Complementary color
Monochromatic Colors of #C1804D
Black with #C1804D
Text Example
Text Example
White with #C1804D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1804D; }
p { color: rgb(193,128,77); }
H1.HeaderClassName
{
color: #C1804D;
}
.AnyTagClassName
{
color: #C1804D;
}
</style>
background-color css
<style>
a { background-color: #C1804D; }
a { background-color: rgb(193,128,77); }
div.DivClassName
{
background-color: #C1804D;
}
.BgClassName
{
background-color: #C1804D;
}
</style>
border-color css
<style>
span { border-color: #C1804D; }
span { border-color: rgb(193,128,77); }
td.TdClassName
{
border-color: #C1804D;
}
.TagClassName
{
border-color: #C1804D;
}
</style>