Shades of Brandy Punch #C28445
Tints of Brandy Punch #C28445
RGB
CMYK
RGB Variations
Color information
#C28445 (or 0xC28445) is known color: Brandy Punch. HEX triplet: C2, 84 and 45. RGB value is (194,132,69). Sum of RGB (Red+Green+Blue) = 194+132+69=395 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.11% from 395); Green value is 132 (51.95% from 255 or 33.42% from 395); Blue value is 69 (27.34% from 255 or 17.47% from 395); Max value from RGB is 194 - color contains mainly: red. Hex color #C28445 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28445 is #3D7BBA. Grayscale: #8F8F8F. Windows color (decimal): -4029371 or 4555970. OLE color: 4555970.
HSL color Cylindrical-coordinate representation of color #C28445: hue angle of 30.24º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C28445 is Cyan = 0, Magento = 0.32, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 132 | 69 | - |
| CMYK | 0 | 0.32 | 0.64 | 0.24 |
| HSL | 30.24º | 0.51% | 0.52% | - |
| HSV(B) | 30.24º | 0.64% | 0.76% | - |
| XYZ | 31.57 | 28.4 | 9.45 | - |
| YUV | 143.36 | 86.04 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 132 | 69 | 0 | 0.32 | 0.64 | 0.24 | 30.24 | 0.51 | 0.52 |
| Hex | C2 | 84 | 45 | 0 | 20 | 40 | 18 | 1E | 33 | 34 |
| Octal | 302 | 204 | 105 | 0 | 40 | 100 | 30 | 36 | 63 | 64 |
| Binary | 11000010 | 10000100 | 1000101 | 0 | 100000 | 1000000 | 11000 | 11110 | 110011 | 110100 |
Color Harmonies of #C28445
Complementary color
Monochromatic Colors of #C28445
Black with #C28445
Text Example
Text Example
White with #C28445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28445; }
p { color: rgb(194,132,69); }
H1.HeaderClassName
{
color: #C28445;
}
.AnyTagClassName
{
color: #C28445;
}
</style>
background-color css
<style>
a { background-color: #C28445; }
a { background-color: rgb(194,132,69); }
div.DivClassName
{
background-color: #C28445;
}
.BgClassName
{
background-color: #C28445;
}
</style>
border-color css
<style>
span { border-color: #C28445; }
span { border-color: rgb(194,132,69); }
td.TdClassName
{
border-color: #C28445;
}
.TagClassName
{
border-color: #C28445;
}
</style>