Shades of Brandy Punch #C2823D
Tints of Brandy Punch #C2823D
RGB
CMYK
RGB Variations
Color information
#C2823D (or 0xC2823D) is known color: Brandy Punch. HEX triplet: C2, 82 and 3D. RGB value is (194,130,61). Sum of RGB (Red+Green+Blue) = 194+130+61=385 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.39% from 385); Green value is 130 (51.17% from 255 or 33.77% from 385); Blue value is 61 (24.22% from 255 or 15.84% from 385); Max value from RGB is 194 - color contains mainly: red. Hex color #C2823D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2823D is #3D7DC2. Grayscale: #8D8D8D. Windows color (decimal): -4029891 or 4031170. OLE color: 4031170.
HSL color Cylindrical-coordinate representation of color #C2823D: hue angle of 31.13º degrees, saturation: 0.52, 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 #C2823D is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 130 | 61 | - |
| CMYK | 0 | 0.33 | 0.69 | 0.24 |
| HSL | 31.13º | 0.52% | 0.5% | - |
| HSV(B) | 31.13º | 0.69% | 0.76% | - |
| XYZ | 31.07 | 27.77 | 8.14 | - |
| YUV | 141.27 | 82.7 | 165.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 130 | 61 | 0 | 0.33 | 0.69 | 0.24 | 31.13 | 0.52 | 0.5 |
| Hex | C2 | 82 | 3D | 0 | 21 | 45 | 18 | 1F | 34 | 32 |
| Octal | 302 | 202 | 75 | 0 | 41 | 105 | 30 | 37 | 64 | 62 |
| Binary | 11000010 | 10000010 | 111101 | 0 | 100001 | 1000101 | 11000 | 11111 | 110100 | 110010 |
Color Harmonies of #C2823D
Complementary color
Monochromatic Colors of #C2823D
Black with #C2823D
Text Example
Text Example
White with #C2823D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2823D; }
p { color: rgb(194,130,61); }
H1.HeaderClassName
{
color: #C2823D;
}
.AnyTagClassName
{
color: #C2823D;
}
</style>
background-color css
<style>
a { background-color: #C2823D; }
a { background-color: rgb(194,130,61); }
div.DivClassName
{
background-color: #C2823D;
}
.BgClassName
{
background-color: #C2823D;
}
</style>
border-color css
<style>
span { border-color: #C2823D; }
span { border-color: rgb(194,130,61); }
td.TdClassName
{
border-color: #C2823D;
}
.TagClassName
{
border-color: #C2823D;
}
</style>