Shades of Brandy Punch #C1824D
Tints of Brandy Punch #C1824D
RGB
CMYK
RGB Variations
Color information
#C1824D (or 0xC1824D) is known color: Brandy Punch. HEX triplet: C1, 82 and 4D. RGB value is (193,130,77). Sum of RGB (Red+Green+Blue) = 193+130+77=400 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.25% from 400); Green value is 130 (51.17% from 255 or 32.5% from 400); Blue value is 77 (30.47% from 255 or 19.25% from 400); Max value from RGB is 193 - color contains mainly: red. Hex color #C1824D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1824D is #3E7DB2. Grayscale: #8F8F8F. Windows color (decimal): -4095411 or 5079745. OLE color: 5079745.
HSL color Cylindrical-coordinate representation of color #C1824D: hue angle of 27.41º 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 #C1824D is Cyan = 0, Magento = 0.33, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 130 | 77 | - |
| CMYK | 0 | 0.33 | 0.60 | 0.24 |
| HSL | 27.41º | 0.48% | 0.53% | - |
| HSV(B) | 27.41º | 0.6% | 0.76% | - |
| XYZ | 31.31 | 27.84 | 10.74 | - |
| YUV | 142.8 | 90.87 | 163.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 130 | 77 | 0 | 0.33 | 0.60 | 0.24 | 27.41 | 0.48 | 0.53 |
| Hex | C1 | 82 | 4D | 0 | 21 | 3C | 18 | 1B | 30 | 35 |
| Octal | 301 | 202 | 115 | 0 | 41 | 74 | 30 | 33 | 60 | 65 |
| Binary | 11000001 | 10000010 | 1001101 | 0 | 100001 | 111100 | 11000 | 11011 | 110000 | 110101 |
Color Harmonies of #C1824D
Complementary color
Monochromatic Colors of #C1824D
Black with #C1824D
Text Example
Text Example
White with #C1824D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1824D; }
p { color: rgb(193,130,77); }
H1.HeaderClassName
{
color: #C1824D;
}
.AnyTagClassName
{
color: #C1824D;
}
</style>
background-color css
<style>
a { background-color: #C1824D; }
a { background-color: rgb(193,130,77); }
div.DivClassName
{
background-color: #C1824D;
}
.BgClassName
{
background-color: #C1824D;
}
</style>
border-color css
<style>
span { border-color: #C1824D; }
span { border-color: rgb(193,130,77); }
td.TdClassName
{
border-color: #C1824D;
}
.TagClassName
{
border-color: #C1824D;
}
</style>