Shades of Brandy Punch #C0803B
Tints of Brandy Punch #C0803B
RGB
CMYK
RGB Variations
Color information
#C0803B (or 0xC0803B) is known color: Brandy Punch. HEX triplet: C0, 80 and 3B. RGB value is (192,128,59). Sum of RGB (Red+Green+Blue) = 192+128+59=379 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.66% from 379); Green value is 128 (50.39% from 255 or 33.77% from 379); Blue value is 59 (23.44% from 255 or 15.57% from 379); Max value from RGB is 192 - color contains mainly: red. Hex color #C0803B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0803B is #3F7FC4. Grayscale: #8B8B8B. Windows color (decimal): -4161477 or 3899584. OLE color: 3899584.
HSL color Cylindrical-coordinate representation of color #C0803B: hue angle of 31.13º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C0803B is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 128 | 59 | - |
| CMYK | 0 | 0.33 | 0.69 | 0.25 |
| HSL | 31.13º | 0.53% | 0.49% | - |
| HSV(B) | 31.13º | 0.69% | 0.75% | - |
| XYZ | 30.25 | 26.96 | 7.75 | - |
| YUV | 139.27 | 82.7 | 165.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 128 | 59 | 0 | 0.33 | 0.69 | 0.25 | 31.13 | 0.53 | 0.49 |
| Hex | C0 | 80 | 3B | 0 | 21 | 45 | 19 | 1F | 35 | 31 |
| Octal | 300 | 200 | 73 | 0 | 41 | 105 | 31 | 37 | 65 | 61 |
| Binary | 11000000 | 10000000 | 111011 | 0 | 100001 | 1000101 | 11001 | 11111 | 110101 | 110001 |
Color Harmonies of #C0803B
Complementary color
Monochromatic Colors of #C0803B
Black with #C0803B
Text Example
Text Example
White with #C0803B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0803B; }
p { color: rgb(192,128,59); }
H1.HeaderClassName
{
color: #C0803B;
}
.AnyTagClassName
{
color: #C0803B;
}
</style>
background-color css
<style>
a { background-color: #C0803B; }
a { background-color: rgb(192,128,59); }
div.DivClassName
{
background-color: #C0803B;
}
.BgClassName
{
background-color: #C0803B;
}
</style>
border-color css
<style>
span { border-color: #C0803B; }
span { border-color: rgb(192,128,59); }
td.TdClassName
{
border-color: #C0803B;
}
.TagClassName
{
border-color: #C0803B;
}
</style>