Shades of Brandy Punch #C4823E
Tints of Brandy Punch #C4823E
RGB
CMYK
RGB Variations
Color information
#C4823E (or 0xC4823E) is known color: Brandy Punch. HEX triplet: C4, 82 and 3E. RGB value is (196,130,62). Sum of RGB (Red+Green+Blue) = 196+130+62=388 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.52% from 388); Green value is 130 (51.17% from 255 or 33.51% from 388); Blue value is 62 (24.61% from 255 or 15.98% from 388); Max value from RGB is 196 - color contains mainly: red. Hex color #C4823E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4823E is #3B7DC1. Grayscale: #8E8E8E. Windows color (decimal): -3898818 or 4096708. OLE color: 4096708.
HSL color Cylindrical-coordinate representation of color #C4823E: hue angle of 30.45º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C4823E is Cyan = 0, Magento = 0.34, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 130 | 62 | - |
| CMYK | 0 | 0.34 | 0.68 | 0.23 |
| HSL | 30.45º | 0.53% | 0.51% | - |
| HSV(B) | 30.45º | 0.68% | 0.77% | - |
| XYZ | 31.62 | 28.05 | 8.3 | - |
| YUV | 141.98 | 82.87 | 166.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 130 | 62 | 0 | 0.34 | 0.68 | 0.23 | 30.45 | 0.53 | 0.51 |
| Hex | C4 | 82 | 3E | 0 | 22 | 44 | 17 | 1E | 35 | 33 |
| Octal | 304 | 202 | 76 | 0 | 42 | 104 | 27 | 36 | 65 | 63 |
| Binary | 11000100 | 10000010 | 111110 | 0 | 100010 | 1000100 | 10111 | 11110 | 110101 | 110011 |
Color Harmonies of #C4823E
Complementary color
Monochromatic Colors of #C4823E
Black with #C4823E
Text Example
Text Example
White with #C4823E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4823E; }
p { color: rgb(196,130,62); }
H1.HeaderClassName
{
color: #C4823E;
}
.AnyTagClassName
{
color: #C4823E;
}
</style>
background-color css
<style>
a { background-color: #C4823E; }
a { background-color: rgb(196,130,62); }
div.DivClassName
{
background-color: #C4823E;
}
.BgClassName
{
background-color: #C4823E;
}
</style>
border-color css
<style>
span { border-color: #C4823E; }
span { border-color: rgb(196,130,62); }
td.TdClassName
{
border-color: #C4823E;
}
.TagClassName
{
border-color: #C4823E;
}
</style>