Shades of Brandy Punch #C4814D
Tints of Brandy Punch #C4814D
RGB
CMYK
RGB Variations
Color information
#C4814D (or 0xC4814D) is known color: Brandy Punch. HEX triplet: C4, 81 and 4D. RGB value is (196,129,77). Sum of RGB (Red+Green+Blue) = 196+129+77=402 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.76% from 402); Green value is 129 (50.78% from 255 or 32.09% from 402); Blue value is 77 (30.47% from 255 or 19.15% from 402); Max value from RGB is 196 - color contains mainly: red. Hex color #C4814D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4814D is #3B7EB2. Grayscale: #8F8F8F. Windows color (decimal): -3899059 or 5079492. OLE color: 5079492.
HSL color Cylindrical-coordinate representation of color #C4814D: hue angle of 26.22º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C4814D is Cyan = 0, Magento = 0.34, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 129 | 77 | - |
| CMYK | 0 | 0.34 | 0.61 | 0.23 |
| HSL | 26.22º | 0.5% | 0.54% | - |
| HSV(B) | 26.22º | 0.61% | 0.77% | - |
| XYZ | 31.95 | 27.97 | 10.74 | - |
| YUV | 143.11 | 90.7 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 129 | 77 | 0 | 0.34 | 0.61 | 0.23 | 26.22 | 0.5 | 0.54 |
| Hex | C4 | 81 | 4D | 0 | 22 | 3D | 17 | 1A | 32 | 36 |
| Octal | 304 | 201 | 115 | 0 | 42 | 75 | 27 | 32 | 62 | 66 |
| Binary | 11000100 | 10000001 | 1001101 | 0 | 100010 | 111101 | 10111 | 11010 | 110010 | 110110 |
Color Harmonies of #C4814D
Complementary color
Monochromatic Colors of #C4814D
Black with #C4814D
Text Example
Text Example
White with #C4814D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4814D; }
p { color: rgb(196,129,77); }
H1.HeaderClassName
{
color: #C4814D;
}
.AnyTagClassName
{
color: #C4814D;
}
</style>
background-color css
<style>
a { background-color: #C4814D; }
a { background-color: rgb(196,129,77); }
div.DivClassName
{
background-color: #C4814D;
}
.BgClassName
{
background-color: #C4814D;
}
</style>
border-color css
<style>
span { border-color: #C4814D; }
span { border-color: rgb(196,129,77); }
td.TdClassName
{
border-color: #C4814D;
}
.TagClassName
{
border-color: #C4814D;
}
</style>