Shades of Brandy Punch #C4814F
Tints of Brandy Punch #C4814F
RGB
CMYK
RGB Variations
Color information
#C4814F (or 0xC4814F) is known color: Brandy Punch. HEX triplet: C4, 81 and 4F. RGB value is (196,129,79). Sum of RGB (Red+Green+Blue) = 196+129+79=404 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.51% from 404); Green value is 129 (50.78% from 255 or 31.93% from 404); Blue value is 79 (31.25% from 255 or 19.55% from 404); Max value from RGB is 196 - color contains mainly: red. Hex color #C4814F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4814F is #3B7EB0. Grayscale: #8F8F8F. Windows color (decimal): -3899057 or 5210564. OLE color: 5210564.
HSL color Cylindrical-coordinate representation of color #C4814F: hue angle of 25.64º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C4814F is Cyan = 0, Magento = 0.34, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 129 | 79 | - |
| CMYK | 0 | 0.34 | 0.60 | 0.23 |
| HSL | 25.64º | 0.5% | 0.54% | - |
| HSV(B) | 25.64º | 0.6% | 0.77% | - |
| XYZ | 32.03 | 28 | 11.11 | - |
| YUV | 143.33 | 91.7 | 165.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 129 | 79 | 0 | 0.34 | 0.60 | 0.23 | 25.64 | 0.5 | 0.54 |
| Hex | C4 | 81 | 4F | 0 | 22 | 3C | 17 | 1A | 32 | 36 |
| Octal | 304 | 201 | 117 | 0 | 42 | 74 | 27 | 32 | 62 | 66 |
| Binary | 11000100 | 10000001 | 1001111 | 0 | 100010 | 111100 | 10111 | 11010 | 110010 | 110110 |
Color Harmonies of #C4814F
Complementary color
Monochromatic Colors of #C4814F
Black with #C4814F
Text Example
Text Example
White with #C4814F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4814F; }
p { color: rgb(196,129,79); }
H1.HeaderClassName
{
color: #C4814F;
}
.AnyTagClassName
{
color: #C4814F;
}
</style>
background-color css
<style>
a { background-color: #C4814F; }
a { background-color: rgb(196,129,79); }
div.DivClassName
{
background-color: #C4814F;
}
.BgClassName
{
background-color: #C4814F;
}
</style>
border-color css
<style>
span { border-color: #C4814F; }
span { border-color: rgb(196,129,79); }
td.TdClassName
{
border-color: #C4814F;
}
.TagClassName
{
border-color: #C4814F;
}
</style>