Shades of Brandy Punch #C28040
Tints of Brandy Punch #C28040
RGB
CMYK
RGB Variations
Color information
#C28040 (or 0xC28040) is known color: Brandy Punch. HEX triplet: C2, 80 and 40. RGB value is (194,128,64). Sum of RGB (Red+Green+Blue) = 194+128+64=386 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.26% from 386); Green value is 128 (50.39% from 255 or 33.16% from 386); Blue value is 64 (25.39% from 255 or 16.58% from 386); Max value from RGB is 194 - color contains mainly: red. Hex color #C28040 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28040 is #3D7FBF. Grayscale: #8C8C8C. Windows color (decimal): -4030400 or 4227266. OLE color: 4227266.
HSL color Cylindrical-coordinate representation of color #C28040: hue angle of 29.54º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C28040 is Cyan = 0, Magento = 0.34, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 128 | 64 | - |
| CMYK | 0 | 0.34 | 0.67 | 0.24 |
| HSL | 29.54º | 0.52% | 0.51% | - |
| HSV(B) | 29.54º | 0.67% | 0.76% | - |
| XYZ | 30.89 | 27.28 | 8.49 | - |
| YUV | 140.44 | 84.87 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 128 | 64 | 0 | 0.34 | 0.67 | 0.24 | 29.54 | 0.52 | 0.51 |
| Hex | C2 | 80 | 40 | 0 | 22 | 43 | 18 | 1E | 34 | 33 |
| Octal | 302 | 200 | 100 | 0 | 42 | 103 | 30 | 36 | 64 | 63 |
| Binary | 11000010 | 10000000 | 1000000 | 0 | 100010 | 1000011 | 11000 | 11110 | 110100 | 110011 |
Color Harmonies of #C28040
Complementary color
Monochromatic Colors of #C28040
Black with #C28040
Text Example
Text Example
White with #C28040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28040; }
p { color: rgb(194,128,64); }
H1.HeaderClassName
{
color: #C28040;
}
.AnyTagClassName
{
color: #C28040;
}
</style>
background-color css
<style>
a { background-color: #C28040; }
a { background-color: rgb(194,128,64); }
div.DivClassName
{
background-color: #C28040;
}
.BgClassName
{
background-color: #C28040;
}
</style>
border-color css
<style>
span { border-color: #C28040; }
span { border-color: rgb(194,128,64); }
td.TdClassName
{
border-color: #C28040;
}
.TagClassName
{
border-color: #C28040;
}
</style>