Shades of Brandy Punch #C0784B
Tints of Brandy Punch #C0784B
RGB
CMYK
RGB Variations
Color information
#C0784B (or 0xC0784B) is known color: Brandy Punch. HEX triplet: C0, 78 and 4B. RGB value is (192,120,75). Sum of RGB (Red+Green+Blue) = 192+120+75=387 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.61% from 387); Green value is 120 (47.27% from 255 or 31.01% from 387); Blue value is 75 (29.69% from 255 or 19.38% from 387); Max value from RGB is 192 - color contains mainly: red. Hex color #C0784B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0784B is #3F87B4. Grayscale: #888888. Windows color (decimal): -4163509 or 4946112. OLE color: 4946112.
HSL color Cylindrical-coordinate representation of color #C0784B: hue angle of 23.08º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C0784B is Cyan = 0, Magento = 0.38, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 120 | 75 | - |
| CMYK | 0 | 0.38 | 0.61 | 0.25 |
| HSL | 23.08º | 0.48% | 0.52% | - |
| HSV(B) | 23.08º | 0.61% | 0.75% | - |
| XYZ | 29.72 | 25.15 | 9.94 | - |
| YUV | 136.4 | 93.35 | 167.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 120 | 75 | 0 | 0.38 | 0.61 | 0.25 | 23.08 | 0.48 | 0.52 |
| Hex | C0 | 78 | 4B | 0 | 26 | 3D | 19 | 17 | 30 | 34 |
| Octal | 300 | 170 | 113 | 0 | 46 | 75 | 31 | 27 | 60 | 64 |
| Binary | 11000000 | 1111000 | 1001011 | 0 | 100110 | 111101 | 11001 | 10111 | 110000 | 110100 |
Color Harmonies of #C0784B
Complementary color
Monochromatic Colors of #C0784B
Black with #C0784B
Text Example
Text Example
White with #C0784B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0784B; }
p { color: rgb(192,120,75); }
H1.HeaderClassName
{
color: #C0784B;
}
.AnyTagClassName
{
color: #C0784B;
}
</style>
background-color css
<style>
a { background-color: #C0784B; }
a { background-color: rgb(192,120,75); }
div.DivClassName
{
background-color: #C0784B;
}
.BgClassName
{
background-color: #C0784B;
}
</style>
border-color css
<style>
span { border-color: #C0784B; }
span { border-color: rgb(192,120,75); }
td.TdClassName
{
border-color: #C0784B;
}
.TagClassName
{
border-color: #C0784B;
}
</style>