Shades of Brandy Punch #C1823C
Tints of Brandy Punch #C1823C
RGB
CMYK
RGB Variations
Color information
#C1823C (or 0xC1823C) is known color: Brandy Punch. HEX triplet: C1, 82 and 3C. RGB value is (193,130,60). Sum of RGB (Red+Green+Blue) = 193+130+60=383 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.39% from 383); Green value is 130 (51.17% from 255 or 33.94% from 383); Blue value is 60 (23.83% from 255 or 15.67% from 383); Max value from RGB is 193 - color contains mainly: red. Hex color #C1823C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1823C is #3E7DC3. Grayscale: #8D8D8D. Windows color (decimal): -4095428 or 3965633. OLE color: 3965633.
HSL color Cylindrical-coordinate representation of color #C1823C: hue angle of 31.58º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C1823C is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 130 | 60 | - |
| CMYK | 0 | 0.33 | 0.69 | 0.24 |
| HSL | 31.58º | 0.53% | 0.5% | - |
| HSV(B) | 31.58º | 0.69% | 0.76% | - |
| XYZ | 30.79 | 27.63 | 7.99 | - |
| YUV | 140.86 | 82.37 | 165.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 130 | 60 | 0 | 0.33 | 0.69 | 0.24 | 31.58 | 0.53 | 0.5 |
| Hex | C1 | 82 | 3C | 0 | 21 | 45 | 18 | 20 | 35 | 32 |
| Octal | 301 | 202 | 74 | 0 | 41 | 105 | 30 | 40 | 65 | 62 |
| Binary | 11000001 | 10000010 | 111100 | 0 | 100001 | 1000101 | 11000 | 100000 | 110101 | 110010 |
Color Harmonies of #C1823C
Complementary color
Monochromatic Colors of #C1823C
Black with #C1823C
Text Example
Text Example
White with #C1823C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1823C; }
p { color: rgb(193,130,60); }
H1.HeaderClassName
{
color: #C1823C;
}
.AnyTagClassName
{
color: #C1823C;
}
</style>
background-color css
<style>
a { background-color: #C1823C; }
a { background-color: rgb(193,130,60); }
div.DivClassName
{
background-color: #C1823C;
}
.BgClassName
{
background-color: #C1823C;
}
</style>
border-color css
<style>
span { border-color: #C1823C; }
span { border-color: rgb(193,130,60); }
td.TdClassName
{
border-color: #C1823C;
}
.TagClassName
{
border-color: #C1823C;
}
</style>