Shades of Brandy Punch #C2803C
Tints of Brandy Punch #C2803C
RGB
CMYK
RGB Variations
Color information
#C2803C (or 0xC2803C) is known color: Brandy Punch. HEX triplet: C2, 80 and 3C. RGB value is (194,128,60). Sum of RGB (Red+Green+Blue) = 194+128+60=382 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.79% from 382); Green value is 128 (50.39% from 255 or 33.51% from 382); Blue value is 60 (23.83% from 255 or 15.71% from 382); Max value from RGB is 194 - color contains mainly: red. Hex color #C2803C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2803C is #3D7FC3. Grayscale: #8C8C8C. Windows color (decimal): -4030404 or 3965122. OLE color: 3965122.
HSL color Cylindrical-coordinate representation of color #C2803C: hue angle of 30.45º 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 #C2803C is Cyan = 0, Magento = 0.34, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 128 | 60 | - |
| CMYK | 0 | 0.34 | 0.69 | 0.24 |
| HSL | 30.45º | 0.53% | 0.5% | - |
| HSV(B) | 30.45º | 0.69% | 0.76% | - |
| XYZ | 30.78 | 27.23 | 7.91 | - |
| YUV | 139.98 | 82.87 | 166.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 128 | 60 | 0 | 0.34 | 0.69 | 0.24 | 30.45 | 0.53 | 0.5 |
| Hex | C2 | 80 | 3C | 0 | 22 | 45 | 18 | 1E | 35 | 32 |
| Octal | 302 | 200 | 74 | 0 | 42 | 105 | 30 | 36 | 65 | 62 |
| Binary | 11000010 | 10000000 | 111100 | 0 | 100010 | 1000101 | 11000 | 11110 | 110101 | 110010 |
Color Harmonies of #C2803C
Complementary color
Monochromatic Colors of #C2803C
Black with #C2803C
Text Example
Text Example
White with #C2803C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2803C; }
p { color: rgb(194,128,60); }
H1.HeaderClassName
{
color: #C2803C;
}
.AnyTagClassName
{
color: #C2803C;
}
</style>
background-color css
<style>
a { background-color: #C2803C; }
a { background-color: rgb(194,128,60); }
div.DivClassName
{
background-color: #C2803C;
}
.BgClassName
{
background-color: #C2803C;
}
</style>
border-color css
<style>
span { border-color: #C2803C; }
span { border-color: rgb(194,128,60); }
td.TdClassName
{
border-color: #C2803C;
}
.TagClassName
{
border-color: #C2803C;
}
</style>