Shades of Brandy Punch #C28549
Tints of Brandy Punch #C28549
RGB
CMYK
RGB Variations
Color information
#C28549 (or 0xC28549) is known color: Brandy Punch. HEX triplet: C2, 85 and 49. RGB value is (194,133,73). Sum of RGB (Red+Green+Blue) = 194+133+73=400 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.5% from 400); Green value is 133 (52.34% from 255 or 33.25% from 400); Blue value is 73 (28.91% from 255 or 18.25% from 400); Max value from RGB is 194 - color contains mainly: red. Hex color #C28549 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28549 is #3D7AB6. Grayscale: #909090. Windows color (decimal): -4029111 or 4818370. OLE color: 4818370.
HSL color Cylindrical-coordinate representation of color #C28549: hue angle of 29.75º 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 #C28549 is Cyan = 0, Magento = 0.31, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 133 | 73 | - |
| CMYK | 0 | 0.31 | 0.62 | 0.24 |
| HSL | 29.75º | 0.5% | 0.52% | - |
| HSV(B) | 29.75º | 0.62% | 0.76% | - |
| XYZ | 31.84 | 28.73 | 10.17 | - |
| YUV | 144.4 | 87.71 | 163.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 133 | 73 | 0 | 0.31 | 0.62 | 0.24 | 29.75 | 0.5 | 0.52 |
| Hex | C2 | 85 | 49 | 0 | 1F | 3E | 18 | 1E | 32 | 34 |
| Octal | 302 | 205 | 111 | 0 | 37 | 76 | 30 | 36 | 62 | 64 |
| Binary | 11000010 | 10000101 | 1001001 | 0 | 11111 | 111110 | 11000 | 11110 | 110010 | 110100 |
Color Harmonies of #C28549
Complementary color
Monochromatic Colors of #C28549
Black with #C28549
Text Example
Text Example
White with #C28549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28549; }
p { color: rgb(194,133,73); }
H1.HeaderClassName
{
color: #C28549;
}
.AnyTagClassName
{
color: #C28549;
}
</style>
background-color css
<style>
a { background-color: #C28549; }
a { background-color: rgb(194,133,73); }
div.DivClassName
{
background-color: #C28549;
}
.BgClassName
{
background-color: #C28549;
}
</style>
border-color css
<style>
span { border-color: #C28549; }
span { border-color: rgb(194,133,73); }
td.TdClassName
{
border-color: #C28549;
}
.TagClassName
{
border-color: #C28549;
}
</style>