Shades of Brandy Punch #C1804E
Tints of Brandy Punch #C1804E
RGB
CMYK
RGB Variations
Color information
#C1804E (or 0xC1804E) is known color: Brandy Punch. HEX triplet: C1, 80 and 4E. RGB value is (193,128,78). Sum of RGB (Red+Green+Blue) = 193+128+78=399 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.37% from 399); Green value is 128 (50.39% from 255 or 32.08% from 399); Blue value is 78 (30.86% from 255 or 19.55% from 399); Max value from RGB is 193 - color contains mainly: red. Hex color #C1804E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1804E is #3E7FB1. Grayscale: #8E8E8E. Windows color (decimal): -4095922 or 5144769. OLE color: 5144769.
HSL color Cylindrical-coordinate representation of color #C1804E: hue angle of 26.09º 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 #C1804E is Cyan = 0, Magento = 0.34, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 128 | 78 | - |
| CMYK | 0 | 0.34 | 0.60 | 0.24 |
| HSL | 26.09º | 0.48% | 0.53% | - |
| HSV(B) | 26.09º | 0.6% | 0.76% | - |
| XYZ | 31.09 | 27.33 | 10.84 | - |
| YUV | 141.74 | 92.03 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 128 | 78 | 0 | 0.34 | 0.60 | 0.24 | 26.09 | 0.48 | 0.53 |
| Hex | C1 | 80 | 4E | 0 | 22 | 3C | 18 | 1A | 30 | 35 |
| Octal | 301 | 200 | 116 | 0 | 42 | 74 | 30 | 32 | 60 | 65 |
| Binary | 11000001 | 10000000 | 1001110 | 0 | 100010 | 111100 | 11000 | 11010 | 110000 | 110101 |
Color Harmonies of #C1804E
Complementary color
Monochromatic Colors of #C1804E
Black with #C1804E
Text Example
Text Example
White with #C1804E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1804E; }
p { color: rgb(193,128,78); }
H1.HeaderClassName
{
color: #C1804E;
}
.AnyTagClassName
{
color: #C1804E;
}
</style>
background-color css
<style>
a { background-color: #C1804E; }
a { background-color: rgb(193,128,78); }
div.DivClassName
{
background-color: #C1804E;
}
.BgClassName
{
background-color: #C1804E;
}
</style>
border-color css
<style>
span { border-color: #C1804E; }
span { border-color: rgb(193,128,78); }
td.TdClassName
{
border-color: #C1804E;
}
.TagClassName
{
border-color: #C1804E;
}
</style>