Shades of Brandy Punch #C4814A
Tints of Brandy Punch #C4814A
RGB
CMYK
RGB Variations
Color information
#C4814A (or 0xC4814A) is known color: Brandy Punch. HEX triplet: C4, 81 and 4A. RGB value is (196,129,74). Sum of RGB (Red+Green+Blue) = 196+129+74=399 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.12% from 399); Green value is 129 (50.78% from 255 or 32.33% from 399); Blue value is 74 (29.30% from 255 or 18.55% from 399); Max value from RGB is 196 - color contains mainly: red. Hex color #C4814A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4814A is #3B7EB5. Grayscale: #8F8F8F. Windows color (decimal): -3899062 or 4882884. OLE color: 4882884.
HSL color Cylindrical-coordinate representation of color #C4814A: hue angle of 27.05º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C4814A is Cyan = 0, Magento = 0.34, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 129 | 74 | - |
| CMYK | 0 | 0.34 | 0.62 | 0.23 |
| HSL | 27.05º | 0.51% | 0.53% | - |
| HSV(B) | 27.05º | 0.62% | 0.77% | - |
| XYZ | 31.85 | 27.93 | 10.19 | - |
| YUV | 142.76 | 89.2 | 165.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 129 | 74 | 0 | 0.34 | 0.62 | 0.23 | 27.05 | 0.51 | 0.53 |
| Hex | C4 | 81 | 4A | 0 | 22 | 3E | 17 | 1B | 33 | 35 |
| Octal | 304 | 201 | 112 | 0 | 42 | 76 | 27 | 33 | 63 | 65 |
| Binary | 11000100 | 10000001 | 1001010 | 0 | 100010 | 111110 | 10111 | 11011 | 110011 | 110101 |
Color Harmonies of #C4814A
Complementary color
Monochromatic Colors of #C4814A
Black with #C4814A
Text Example
Text Example
White with #C4814A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4814A; }
p { color: rgb(196,129,74); }
H1.HeaderClassName
{
color: #C4814A;
}
.AnyTagClassName
{
color: #C4814A;
}
</style>
background-color css
<style>
a { background-color: #C4814A; }
a { background-color: rgb(196,129,74); }
div.DivClassName
{
background-color: #C4814A;
}
.BgClassName
{
background-color: #C4814A;
}
</style>
border-color css
<style>
span { border-color: #C4814A; }
span { border-color: rgb(196,129,74); }
td.TdClassName
{
border-color: #C4814A;
}
.TagClassName
{
border-color: #C4814A;
}
</style>