Shades of Brandy Punch #C0803C
Tints of Brandy Punch #C0803C
RGB
CMYK
RGB Variations
Color information
#C0803C (or 0xC0803C) is known color: Brandy Punch. HEX triplet: C0, 80 and 3C. RGB value is (192,128,60). Sum of RGB (Red+Green+Blue) = 192+128+60=380 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.53% from 380); Green value is 128 (50.39% from 255 or 33.68% from 380); Blue value is 60 (23.83% from 255 or 15.79% from 380); Max value from RGB is 192 - color contains mainly: red. Hex color #C0803C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0803C is #3F7FC3. Grayscale: #8B8B8B. Windows color (decimal): -4161476 or 3965120. OLE color: 3965120.
HSL color Cylindrical-coordinate representation of color #C0803C: hue angle of 30.91º degrees, saturation: 0.52, 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 #C0803C is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 128 | 60 | - |
| CMYK | 0 | 0.33 | 0.69 | 0.25 |
| HSL | 30.91º | 0.52% | 0.49% | - |
| HSV(B) | 30.91º | 0.69% | 0.75% | - |
| XYZ | 30.27 | 26.97 | 7.89 | - |
| YUV | 139.38 | 83.2 | 165.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 128 | 60 | 0 | 0.33 | 0.69 | 0.25 | 30.91 | 0.52 | 0.49 |
| Hex | C0 | 80 | 3C | 0 | 21 | 45 | 19 | 1F | 34 | 31 |
| Octal | 300 | 200 | 74 | 0 | 41 | 105 | 31 | 37 | 64 | 61 |
| Binary | 11000000 | 10000000 | 111100 | 0 | 100001 | 1000101 | 11001 | 11111 | 110100 | 110001 |
Color Harmonies of #C0803C
Complementary color
Monochromatic Colors of #C0803C
Black with #C0803C
Text Example
Text Example
White with #C0803C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0803C; }
p { color: rgb(192,128,60); }
H1.HeaderClassName
{
color: #C0803C;
}
.AnyTagClassName
{
color: #C0803C;
}
</style>
background-color css
<style>
a { background-color: #C0803C; }
a { background-color: rgb(192,128,60); }
div.DivClassName
{
background-color: #C0803C;
}
.BgClassName
{
background-color: #C0803C;
}
</style>
border-color css
<style>
span { border-color: #C0803C; }
span { border-color: rgb(192,128,60); }
td.TdClassName
{
border-color: #C0803C;
}
.TagClassName
{
border-color: #C0803C;
}
</style>