Shades of Brandy Punch #C48343
Tints of Brandy Punch #C48343
RGB
CMYK
RGB Variations
Color information
#C48343 (or 0xC48343) is known color: Brandy Punch. HEX triplet: C4, 83 and 43. RGB value is (196,131,67). Sum of RGB (Red+Green+Blue) = 196+131+67=394 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.75% from 394); Green value is 131 (51.56% from 255 or 33.25% from 394); Blue value is 67 (26.56% from 255 or 17.01% from 394); Max value from RGB is 196 - color contains mainly: red. Hex color #C48343 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48343 is #3B7CBC. Grayscale: #8F8F8F. Windows color (decimal): -3898557 or 4424644. OLE color: 4424644.
HSL color Cylindrical-coordinate representation of color #C48343: hue angle of 29.77º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C48343 is Cyan = 0, Magento = 0.33, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 131 | 67 | - |
| CMYK | 0 | 0.33 | 0.66 | 0.23 |
| HSL | 29.77º | 0.52% | 0.52% | - |
| HSV(B) | 29.77º | 0.66% | 0.77% | - |
| XYZ | 31.89 | 28.37 | 9.11 | - |
| YUV | 143.14 | 85.03 | 165.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 131 | 67 | 0 | 0.33 | 0.66 | 0.23 | 29.77 | 0.52 | 0.52 |
| Hex | C4 | 83 | 43 | 0 | 21 | 42 | 17 | 1E | 34 | 34 |
| Octal | 304 | 203 | 103 | 0 | 41 | 102 | 27 | 36 | 64 | 64 |
| Binary | 11000100 | 10000011 | 1000011 | 0 | 100001 | 1000010 | 10111 | 11110 | 110100 | 110100 |
Color Harmonies of #C48343
Complementary color
Monochromatic Colors of #C48343
Black with #C48343
Text Example
Text Example
White with #C48343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48343; }
p { color: rgb(196,131,67); }
H1.HeaderClassName
{
color: #C48343;
}
.AnyTagClassName
{
color: #C48343;
}
</style>
background-color css
<style>
a { background-color: #C48343; }
a { background-color: rgb(196,131,67); }
div.DivClassName
{
background-color: #C48343;
}
.BgClassName
{
background-color: #C48343;
}
</style>
border-color css
<style>
span { border-color: #C48343; }
span { border-color: rgb(196,131,67); }
td.TdClassName
{
border-color: #C48343;
}
.TagClassName
{
border-color: #C48343;
}
</style>