Shades of Brandy Punch #C28148
Tints of Brandy Punch #C28148
RGB
CMYK
RGB Variations
Color information
#C28148 (or 0xC28148) is known color: Brandy Punch. HEX triplet: C2, 81 and 48. RGB value is (194,129,72). Sum of RGB (Red+Green+Blue) = 194+129+72=395 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.11% from 395); Green value is 129 (50.78% from 255 or 32.66% from 395); Blue value is 72 (28.52% from 255 or 18.23% from 395); Max value from RGB is 194 - color contains mainly: red. Hex color #C28148 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28148 is #3D7EB7. Grayscale: #8E8E8E. Windows color (decimal): -4030136 or 4751810. OLE color: 4751810.
HSL color Cylindrical-coordinate representation of color #C28148: hue angle of 28.03º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C28148 is Cyan = 0, Magento = 0.34, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 129 | 72 | - |
| CMYK | 0 | 0.34 | 0.63 | 0.24 |
| HSL | 28.03º | 0.5% | 0.52% | - |
| HSV(B) | 28.03º | 0.63% | 0.76% | - |
| XYZ | 31.27 | 27.64 | 9.82 | - |
| YUV | 141.94 | 88.53 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 129 | 72 | 0 | 0.34 | 0.63 | 0.24 | 28.03 | 0.5 | 0.52 |
| Hex | C2 | 81 | 48 | 0 | 22 | 3F | 18 | 1C | 32 | 34 |
| Octal | 302 | 201 | 110 | 0 | 42 | 77 | 30 | 34 | 62 | 64 |
| Binary | 11000010 | 10000001 | 1001000 | 0 | 100010 | 111111 | 11000 | 11100 | 110010 | 110100 |
Color Harmonies of #C28148
Complementary color
Monochromatic Colors of #C28148
Black with #C28148
Text Example
Text Example
White with #C28148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28148; }
p { color: rgb(194,129,72); }
H1.HeaderClassName
{
color: #C28148;
}
.AnyTagClassName
{
color: #C28148;
}
</style>
background-color css
<style>
a { background-color: #C28148; }
a { background-color: rgb(194,129,72); }
div.DivClassName
{
background-color: #C28148;
}
.BgClassName
{
background-color: #C28148;
}
</style>
border-color css
<style>
span { border-color: #C28148; }
span { border-color: rgb(194,129,72); }
td.TdClassName
{
border-color: #C28148;
}
.TagClassName
{
border-color: #C28148;
}
</style>