Shades of Brandy Punch #C0814D
Tints of Brandy Punch #C0814D
RGB
CMYK
RGB Variations
Color information
#C0814D (or 0xC0814D) is known color: Brandy Punch. HEX triplet: C0, 81 and 4D. RGB value is (192,129,77). Sum of RGB (Red+Green+Blue) = 192+129+77=398 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.24% from 398); Green value is 129 (50.78% from 255 or 32.41% from 398); Blue value is 77 (30.47% from 255 or 19.35% from 398); Max value from RGB is 192 - color contains mainly: red. Hex color #C0814D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0814D is #3F7EB2. Grayscale: #8E8E8E. Windows color (decimal): -4161203 or 5079488. OLE color: 5079488.
HSL color Cylindrical-coordinate representation of color #C0814D: hue angle of 27.13º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C0814D is Cyan = 0, Magento = 0.33, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 129 | 77 | - |
| CMYK | 0 | 0.33 | 0.60 | 0.25 |
| HSL | 27.13º | 0.48% | 0.53% | - |
| HSV(B) | 27.13º | 0.6% | 0.75% | - |
| XYZ | 30.93 | 27.44 | 10.69 | - |
| YUV | 141.91 | 91.37 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 129 | 77 | 0 | 0.33 | 0.60 | 0.25 | 27.13 | 0.48 | 0.53 |
| Hex | C0 | 81 | 4D | 0 | 21 | 3C | 19 | 1B | 30 | 35 |
| Octal | 300 | 201 | 115 | 0 | 41 | 74 | 31 | 33 | 60 | 65 |
| Binary | 11000000 | 10000001 | 1001101 | 0 | 100001 | 111100 | 11001 | 11011 | 110000 | 110101 |
Color Harmonies of #C0814D
Complementary color
Monochromatic Colors of #C0814D
Black with #C0814D
Text Example
Text Example
White with #C0814D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0814D; }
p { color: rgb(192,129,77); }
H1.HeaderClassName
{
color: #C0814D;
}
.AnyTagClassName
{
color: #C0814D;
}
</style>
background-color css
<style>
a { background-color: #C0814D; }
a { background-color: rgb(192,129,77); }
div.DivClassName
{
background-color: #C0814D;
}
.BgClassName
{
background-color: #C0814D;
}
</style>
border-color css
<style>
span { border-color: #C0814D; }
span { border-color: rgb(192,129,77); }
td.TdClassName
{
border-color: #C0814D;
}
.TagClassName
{
border-color: #C0814D;
}
</style>