Shades of Brandy Punch #C2803F
Tints of Brandy Punch #C2803F
RGB
CMYK
RGB Variations
Color information
#C2803F (or 0xC2803F) is known color: Brandy Punch. HEX triplet: C2, 80 and 3F. RGB value is (194,128,63). Sum of RGB (Red+Green+Blue) = 194+128+63=385 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.39% from 385); Green value is 128 (50.39% from 255 or 33.25% from 385); Blue value is 63 (25% from 255 or 16.36% from 385); Max value from RGB is 194 - color contains mainly: red. Hex color #C2803F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2803F is #3D7FC0. Grayscale: #8C8C8C. Windows color (decimal): -4030401 or 4161730. OLE color: 4161730.
HSL color Cylindrical-coordinate representation of color #C2803F: hue angle of 29.77º 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 #C2803F is Cyan = 0, Magento = 0.34, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 128 | 63 | - |
| CMYK | 0 | 0.34 | 0.68 | 0.24 |
| HSL | 29.77º | 0.52% | 0.5% | - |
| HSV(B) | 29.77º | 0.68% | 0.76% | - |
| XYZ | 30.86 | 27.27 | 8.34 | - |
| YUV | 140.32 | 84.37 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 128 | 63 | 0 | 0.34 | 0.68 | 0.24 | 29.77 | 0.52 | 0.5 |
| Hex | C2 | 80 | 3F | 0 | 22 | 44 | 18 | 1E | 34 | 32 |
| Octal | 302 | 200 | 77 | 0 | 42 | 104 | 30 | 36 | 64 | 62 |
| Binary | 11000010 | 10000000 | 111111 | 0 | 100010 | 1000100 | 11000 | 11110 | 110100 | 110010 |
Color Harmonies of #C2803F
Complementary color
Monochromatic Colors of #C2803F
Black with #C2803F
Text Example
Text Example
White with #C2803F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2803F; }
p { color: rgb(194,128,63); }
H1.HeaderClassName
{
color: #C2803F;
}
.AnyTagClassName
{
color: #C2803F;
}
</style>
background-color css
<style>
a { background-color: #C2803F; }
a { background-color: rgb(194,128,63); }
div.DivClassName
{
background-color: #C2803F;
}
.BgClassName
{
background-color: #C2803F;
}
</style>
border-color css
<style>
span { border-color: #C2803F; }
span { border-color: rgb(194,128,63); }
td.TdClassName
{
border-color: #C2803F;
}
.TagClassName
{
border-color: #C2803F;
}
</style>