Shades of Brandy Punch #C5814D
Tints of Brandy Punch #C5814D
RGB
CMYK
RGB Variations
Color information
#C5814D (or 0xC5814D) is known color: Brandy Punch. HEX triplet: C5, 81 and 4D. RGB value is (197,129,77). Sum of RGB (Red+Green+Blue) = 197+129+77=403 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.88% from 403); Green value is 129 (50.78% from 255 or 32.01% from 403); Blue value is 77 (30.47% from 255 or 19.11% from 403); Max value from RGB is 197 - color contains mainly: red. Hex color #C5814D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5814D is #3A7EB2. Grayscale: #8F8F8F. Windows color (decimal): -3833523 or 5079493. OLE color: 5079493.
HSL color Cylindrical-coordinate representation of color #C5814D: hue angle of 26º degrees, saturation: 0.51, 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 #C5814D is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 129 | 77 | - |
| CMYK | 0 | 0.35 | 0.61 | 0.23 |
| HSL | 26º | 0.51% | 0.54% | - |
| HSV(B) | 26º | 0.61% | 0.77% | - |
| XYZ | 32.22 | 28.11 | 10.75 | - |
| YUV | 143.4 | 90.53 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 129 | 77 | 0 | 0.35 | 0.61 | 0.23 | 26 | 0.51 | 0.54 |
| Hex | C5 | 81 | 4D | 0 | 23 | 3D | 17 | 1A | 33 | 36 |
| Octal | 305 | 201 | 115 | 0 | 43 | 75 | 27 | 32 | 63 | 66 |
| Binary | 11000101 | 10000001 | 1001101 | 0 | 100011 | 111101 | 10111 | 11010 | 110011 | 110110 |
Color Harmonies of #C5814D
Complementary color
Monochromatic Colors of #C5814D
Black with #C5814D
Text Example
Text Example
White with #C5814D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5814D; }
p { color: rgb(197,129,77); }
H1.HeaderClassName
{
color: #C5814D;
}
.AnyTagClassName
{
color: #C5814D;
}
</style>
background-color css
<style>
a { background-color: #C5814D; }
a { background-color: rgb(197,129,77); }
div.DivClassName
{
background-color: #C5814D;
}
.BgClassName
{
background-color: #C5814D;
}
</style>
border-color css
<style>
span { border-color: #C5814D; }
span { border-color: rgb(197,129,77); }
td.TdClassName
{
border-color: #C5814D;
}
.TagClassName
{
border-color: #C5814D;
}
</style>