Shades of Brandy Punch #C28343
Tints of Brandy Punch #C28343
RGB
CMYK
RGB Variations
Color information
#C28343 (or 0xC28343) is known color: Brandy Punch. HEX triplet: C2, 83 and 43. RGB value is (194,131,67). Sum of RGB (Red+Green+Blue) = 194+131+67=392 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.49% from 392); Green value is 131 (51.56% from 255 or 33.42% from 392); Blue value is 67 (26.56% from 255 or 17.09% from 392); Max value from RGB is 194 - color contains mainly: red. Hex color #C28343 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28343 is #3D7CBC. Grayscale: #8E8E8E. Windows color (decimal): -4029629 or 4424642. OLE color: 4424642.
HSL color Cylindrical-coordinate representation of color #C28343: hue angle of 30.24º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C28343 is Cyan = 0, Magento = 0.32, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 131 | 67 | - |
| CMYK | 0 | 0.32 | 0.65 | 0.24 |
| HSL | 30.24º | 0.51% | 0.51% | - |
| HSV(B) | 30.24º | 0.65% | 0.76% | - |
| XYZ | 31.38 | 28.11 | 9.08 | - |
| YUV | 142.54 | 85.37 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 131 | 67 | 0 | 0.32 | 0.65 | 0.24 | 30.24 | 0.51 | 0.51 |
| Hex | C2 | 83 | 43 | 0 | 20 | 41 | 18 | 1E | 33 | 33 |
| Octal | 302 | 203 | 103 | 0 | 40 | 101 | 30 | 36 | 63 | 63 |
| Binary | 11000010 | 10000011 | 1000011 | 0 | 100000 | 1000001 | 11000 | 11110 | 110011 | 110011 |
Color Harmonies of #C28343
Complementary color
Monochromatic Colors of #C28343
Black with #C28343
Text Example
Text Example
White with #C28343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28343; }
p { color: rgb(194,131,67); }
H1.HeaderClassName
{
color: #C28343;
}
.AnyTagClassName
{
color: #C28343;
}
</style>
background-color css
<style>
a { background-color: #C28343; }
a { background-color: rgb(194,131,67); }
div.DivClassName
{
background-color: #C28343;
}
.BgClassName
{
background-color: #C28343;
}
</style>
border-color css
<style>
span { border-color: #C28343; }
span { border-color: rgb(194,131,67); }
td.TdClassName
{
border-color: #C28343;
}
.TagClassName
{
border-color: #C28343;
}
</style>