Shades of Brandy Punch #C0783D
Tints of Brandy Punch #C0783D
RGB
CMYK
RGB Variations
Color information
#C0783D (or 0xC0783D) is known color: Brandy Punch. HEX triplet: C0, 78 and 3D. RGB value is (192,120,61). Sum of RGB (Red+Green+Blue) = 192+120+61=373 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.47% from 373); Green value is 120 (47.27% from 255 or 32.17% from 373); Blue value is 61 (24.22% from 255 or 16.35% from 373); Max value from RGB is 192 - color contains mainly: red. Hex color #C0783D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0783D is #3F87C2. Grayscale: #878787. Windows color (decimal): -4163523 or 4028608. OLE color: 4028608.
HSL color Cylindrical-coordinate representation of color #C0783D: hue angle of 27.02º 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 #C0783D is Cyan = 0, Magento = 0.38, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 120 | 61 | - |
| CMYK | 0 | 0.38 | 0.68 | 0.25 |
| HSL | 27.02º | 0.52% | 0.5% | - |
| HSV(B) | 27.02º | 0.68% | 0.75% | - |
| XYZ | 29.3 | 24.98 | 7.69 | - |
| YUV | 134.8 | 86.35 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 120 | 61 | 0 | 0.38 | 0.68 | 0.25 | 27.02 | 0.52 | 0.5 |
| Hex | C0 | 78 | 3D | 0 | 26 | 44 | 19 | 1B | 34 | 32 |
| Octal | 300 | 170 | 75 | 0 | 46 | 104 | 31 | 33 | 64 | 62 |
| Binary | 11000000 | 1111000 | 111101 | 0 | 100110 | 1000100 | 11001 | 11011 | 110100 | 110010 |
Color Harmonies of #C0783D
Complementary color
Monochromatic Colors of #C0783D
Black with #C0783D
Text Example
Text Example
White with #C0783D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0783D; }
p { color: rgb(192,120,61); }
H1.HeaderClassName
{
color: #C0783D;
}
.AnyTagClassName
{
color: #C0783D;
}
</style>
background-color css
<style>
a { background-color: #C0783D; }
a { background-color: rgb(192,120,61); }
div.DivClassName
{
background-color: #C0783D;
}
.BgClassName
{
background-color: #C0783D;
}
</style>
border-color css
<style>
span { border-color: #C0783D; }
span { border-color: rgb(192,120,61); }
td.TdClassName
{
border-color: #C0783D;
}
.TagClassName
{
border-color: #C0783D;
}
</style>