Shades of Brandy Punch #C0793D
Tints of Brandy Punch #C0793D
RGB
CMYK
RGB Variations
Color information
#C0793D (or 0xC0793D) is known color: Brandy Punch. HEX triplet: C0, 79 and 3D. RGB value is (192,121,61). Sum of RGB (Red+Green+Blue) = 192+121+61=374 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.34% from 374); Green value is 121 (47.66% from 255 or 32.35% from 374); Blue value is 61 (24.22% from 255 or 16.31% from 374); Max value from RGB is 192 - color contains mainly: red. Hex color #C0793D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0793D is #3F86C2. Grayscale: #878787. Windows color (decimal): -4163267 or 4028864. OLE color: 4028864.
HSL color Cylindrical-coordinate representation of color #C0793D: hue angle of 27.48º 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 #C0793D is Cyan = 0, Magento = 0.37, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 121 | 61 | - |
| CMYK | 0 | 0.37 | 0.68 | 0.25 |
| HSL | 27.48º | 0.52% | 0.5% | - |
| HSV(B) | 27.48º | 0.68% | 0.75% | - |
| XYZ | 29.42 | 25.22 | 7.73 | - |
| YUV | 135.39 | 86.02 | 168.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 121 | 61 | 0 | 0.37 | 0.68 | 0.25 | 27.48 | 0.52 | 0.5 |
| Hex | C0 | 79 | 3D | 0 | 25 | 44 | 19 | 1B | 34 | 32 |
| Octal | 300 | 171 | 75 | 0 | 45 | 104 | 31 | 33 | 64 | 62 |
| Binary | 11000000 | 1111001 | 111101 | 0 | 100101 | 1000100 | 11001 | 11011 | 110100 | 110010 |
Color Harmonies of #C0793D
Complementary color
Monochromatic Colors of #C0793D
Black with #C0793D
Text Example
Text Example
White with #C0793D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0793D; }
p { color: rgb(192,121,61); }
H1.HeaderClassName
{
color: #C0793D;
}
.AnyTagClassName
{
color: #C0793D;
}
</style>
background-color css
<style>
a { background-color: #C0793D; }
a { background-color: rgb(192,121,61); }
div.DivClassName
{
background-color: #C0793D;
}
.BgClassName
{
background-color: #C0793D;
}
</style>
border-color css
<style>
span { border-color: #C0793D; }
span { border-color: rgb(192,121,61); }
td.TdClassName
{
border-color: #C0793D;
}
.TagClassName
{
border-color: #C0793D;
}
</style>