Shades of Brandy Punch #C0813A
Tints of Brandy Punch #C0813A
RGB
CMYK
RGB Variations
Color information
#C0813A (or 0xC0813A) is known color: Brandy Punch. HEX triplet: C0, 81 and 3A. RGB value is (192,129,58). Sum of RGB (Red+Green+Blue) = 192+129+58=379 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.66% from 379); Green value is 129 (50.78% from 255 or 34.04% from 379); Blue value is 58 (23.05% from 255 or 15.30% from 379); Max value from RGB is 192 - color contains mainly: red. Hex color #C0813A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0813A is #3F7EC5. Grayscale: #8C8C8C. Windows color (decimal): -4161222 or 3834304. OLE color: 3834304.
HSL color Cylindrical-coordinate representation of color #C0813A: hue angle of 31.79º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C0813A is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 129 | 58 | - |
| CMYK | 0 | 0.33 | 0.70 | 0.25 |
| HSL | 31.79º | 0.54% | 0.49% | - |
| HSV(B) | 31.79º | 0.7% | 0.75% | - |
| XYZ | 30.35 | 27.21 | 7.66 | - |
| YUV | 139.74 | 81.87 | 165.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 129 | 58 | 0 | 0.33 | 0.70 | 0.25 | 31.79 | 0.54 | 0.49 |
| Hex | C0 | 81 | 3A | 0 | 21 | 46 | 19 | 20 | 36 | 31 |
| Octal | 300 | 201 | 72 | 0 | 41 | 106 | 31 | 40 | 66 | 61 |
| Binary | 11000000 | 10000001 | 111010 | 0 | 100001 | 1000110 | 11001 | 100000 | 110110 | 110001 |
Color Harmonies of #C0813A
Complementary color
Monochromatic Colors of #C0813A
Black with #C0813A
Text Example
Text Example
White with #C0813A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0813A; }
p { color: rgb(192,129,58); }
H1.HeaderClassName
{
color: #C0813A;
}
.AnyTagClassName
{
color: #C0813A;
}
</style>
background-color css
<style>
a { background-color: #C0813A; }
a { background-color: rgb(192,129,58); }
div.DivClassName
{
background-color: #C0813A;
}
.BgClassName
{
background-color: #C0813A;
}
</style>
border-color css
<style>
span { border-color: #C0813A; }
span { border-color: rgb(192,129,58); }
td.TdClassName
{
border-color: #C0813A;
}
.TagClassName
{
border-color: #C0813A;
}
</style>