Shades of Brandy Punch #C0813D
Tints of Brandy Punch #C0813D
RGB
CMYK
RGB Variations
Color information
#C0813D (or 0xC0813D) is known color: Brandy Punch. HEX triplet: C0, 81 and 3D. RGB value is (192,129,61). Sum of RGB (Red+Green+Blue) = 192+129+61=382 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.26% from 382); Green value is 129 (50.78% from 255 or 33.77% from 382); Blue value is 61 (24.22% from 255 or 15.97% from 382); Max value from RGB is 192 - color contains mainly: red. Hex color #C0813D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0813D is #3F7EC2. Grayscale: #8C8C8C. Windows color (decimal): -4161219 or 4030912. OLE color: 4030912.
HSL color Cylindrical-coordinate representation of color #C0813D: hue angle of 31.15º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C0813D is Cyan = 0, Magento = 0.33, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 129 | 61 | - |
| CMYK | 0 | 0.33 | 0.68 | 0.25 |
| HSL | 31.15º | 0.52% | 0.5% | - |
| HSV(B) | 31.15º | 0.68% | 0.75% | - |
| XYZ | 30.43 | 27.24 | 8.07 | - |
| YUV | 140.09 | 83.37 | 165.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 129 | 61 | 0 | 0.33 | 0.68 | 0.25 | 31.15 | 0.52 | 0.5 |
| Hex | C0 | 81 | 3D | 0 | 21 | 44 | 19 | 1F | 34 | 32 |
| Octal | 300 | 201 | 75 | 0 | 41 | 104 | 31 | 37 | 64 | 62 |
| Binary | 11000000 | 10000001 | 111101 | 0 | 100001 | 1000100 | 11001 | 11111 | 110100 | 110010 |
Color Harmonies of #C0813D
Complementary color
Monochromatic Colors of #C0813D
Black with #C0813D
Text Example
Text Example
White with #C0813D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0813D; }
p { color: rgb(192,129,61); }
H1.HeaderClassName
{
color: #C0813D;
}
.AnyTagClassName
{
color: #C0813D;
}
</style>
background-color css
<style>
a { background-color: #C0813D; }
a { background-color: rgb(192,129,61); }
div.DivClassName
{
background-color: #C0813D;
}
.BgClassName
{
background-color: #C0813D;
}
</style>
border-color css
<style>
span { border-color: #C0813D; }
span { border-color: rgb(192,129,61); }
td.TdClassName
{
border-color: #C0813D;
}
.TagClassName
{
border-color: #C0813D;
}
</style>