Shades of Brandy Punch #C28349
Tints of Brandy Punch #C28349
RGB
CMYK
RGB Variations
Color information
#C28349 (or 0xC28349) is known color: Brandy Punch. HEX triplet: C2, 83 and 49. RGB value is (194,131,73). Sum of RGB (Red+Green+Blue) = 194+131+73=398 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.74% from 398); Green value is 131 (51.56% from 255 or 32.91% from 398); Blue value is 73 (28.91% from 255 or 18.34% from 398); Max value from RGB is 194 - color contains mainly: red. Hex color #C28349 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28349 is #3D7CB6. Grayscale: #8F8F8F. Windows color (decimal): -4029623 or 4817858. OLE color: 4817858.
HSL color Cylindrical-coordinate representation of color #C28349: hue angle of 28.76º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C28349 is Cyan = 0, Magento = 0.32, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 131 | 73 | - |
| CMYK | 0 | 0.32 | 0.62 | 0.24 |
| HSL | 28.76º | 0.5% | 0.52% | - |
| HSV(B) | 28.76º | 0.62% | 0.76% | - |
| XYZ | 31.57 | 28.18 | 10.08 | - |
| YUV | 143.23 | 88.37 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 131 | 73 | 0 | 0.32 | 0.62 | 0.24 | 28.76 | 0.5 | 0.52 |
| Hex | C2 | 83 | 49 | 0 | 20 | 3E | 18 | 1D | 32 | 34 |
| Octal | 302 | 203 | 111 | 0 | 40 | 76 | 30 | 35 | 62 | 64 |
| Binary | 11000010 | 10000011 | 1001001 | 0 | 100000 | 111110 | 11000 | 11101 | 110010 | 110100 |
Color Harmonies of #C28349
Complementary color
Monochromatic Colors of #C28349
Black with #C28349
Text Example
Text Example
White with #C28349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28349; }
p { color: rgb(194,131,73); }
H1.HeaderClassName
{
color: #C28349;
}
.AnyTagClassName
{
color: #C28349;
}
</style>
background-color css
<style>
a { background-color: #C28349; }
a { background-color: rgb(194,131,73); }
div.DivClassName
{
background-color: #C28349;
}
.BgClassName
{
background-color: #C28349;
}
</style>
border-color css
<style>
span { border-color: #C28349; }
span { border-color: rgb(194,131,73); }
td.TdClassName
{
border-color: #C28349;
}
.TagClassName
{
border-color: #C28349;
}
</style>