Shades of Brandy Punch #C1823D
Tints of Brandy Punch #C1823D
RGB
CMYK
RGB Variations
Color information
#C1823D (or 0xC1823D) is known color: Brandy Punch. HEX triplet: C1, 82 and 3D. RGB value is (193,130,61). Sum of RGB (Red+Green+Blue) = 193+130+61=384 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.26% from 384); Green value is 130 (51.17% from 255 or 33.85% from 384); Blue value is 61 (24.22% from 255 or 15.89% from 384); Max value from RGB is 193 - color contains mainly: red. Hex color #C1823D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1823D is #3E7DC2. Grayscale: #8D8D8D. Windows color (decimal): -4095427 or 4031169. OLE color: 4031169.
HSL color Cylindrical-coordinate representation of color #C1823D: hue angle of 31.36º 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 #C1823D is Cyan = 0, Magento = 0.33, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 130 | 61 | - |
| CMYK | 0 | 0.33 | 0.68 | 0.24 |
| HSL | 31.36º | 0.52% | 0.5% | - |
| HSV(B) | 31.36º | 0.68% | 0.76% | - |
| XYZ | 30.82 | 27.64 | 8.13 | - |
| YUV | 140.97 | 82.87 | 165.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 130 | 61 | 0 | 0.33 | 0.68 | 0.24 | 31.36 | 0.52 | 0.5 |
| Hex | C1 | 82 | 3D | 0 | 21 | 44 | 18 | 1F | 34 | 32 |
| Octal | 301 | 202 | 75 | 0 | 41 | 104 | 30 | 37 | 64 | 62 |
| Binary | 11000001 | 10000010 | 111101 | 0 | 100001 | 1000100 | 11000 | 11111 | 110100 | 110010 |
Color Harmonies of #C1823D
Complementary color
Monochromatic Colors of #C1823D
Black with #C1823D
Text Example
Text Example
White with #C1823D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1823D; }
p { color: rgb(193,130,61); }
H1.HeaderClassName
{
color: #C1823D;
}
.AnyTagClassName
{
color: #C1823D;
}
</style>
background-color css
<style>
a { background-color: #C1823D; }
a { background-color: rgb(193,130,61); }
div.DivClassName
{
background-color: #C1823D;
}
.BgClassName
{
background-color: #C1823D;
}
</style>
border-color css
<style>
span { border-color: #C1823D; }
span { border-color: rgb(193,130,61); }
td.TdClassName
{
border-color: #C1823D;
}
.TagClassName
{
border-color: #C1823D;
}
</style>