Shades of Brandy Punch #C08541
Tints of Brandy Punch #C08541
RGB
CMYK
RGB Variations
Color information
#C08541 (or 0xC08541) is known color: Brandy Punch. HEX triplet: C0, 85 and 41. RGB value is (192,133,65). Sum of RGB (Red+Green+Blue) = 192+133+65=390 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.23% from 390); Green value is 133 (52.34% from 255 or 34.10% from 390); Blue value is 65 (25.78% from 255 or 16.67% from 390); Max value from RGB is 192 - color contains mainly: red. Hex color #C08541 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08541 is #3F7ABE. Grayscale: #8F8F8F. Windows color (decimal): -4160191 or 4294080. OLE color: 4294080.
HSL color Cylindrical-coordinate representation of color #C08541: hue angle of 32.13º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C08541 is Cyan = 0, Magento = 0.31, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 133 | 65 | - |
| CMYK | 0 | 0.31 | 0.66 | 0.25 |
| HSL | 32.13º | 0.5% | 0.5% | - |
| HSV(B) | 32.13º | 0.66% | 0.75% | - |
| XYZ | 31.08 | 28.36 | 8.84 | - |
| YUV | 142.89 | 84.05 | 163.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 133 | 65 | 0 | 0.31 | 0.66 | 0.25 | 32.13 | 0.5 | 0.5 |
| Hex | C0 | 85 | 41 | 0 | 1F | 42 | 19 | 20 | 32 | 32 |
| Octal | 300 | 205 | 101 | 0 | 37 | 102 | 31 | 40 | 62 | 62 |
| Binary | 11000000 | 10000101 | 1000001 | 0 | 11111 | 1000010 | 11001 | 100000 | 110010 | 110010 |
Color Harmonies of #C08541
Complementary color
Monochromatic Colors of #C08541
Black with #C08541
Text Example
Text Example
White with #C08541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08541; }
p { color: rgb(192,133,65); }
H1.HeaderClassName
{
color: #C08541;
}
.AnyTagClassName
{
color: #C08541;
}
</style>
background-color css
<style>
a { background-color: #C08541; }
a { background-color: rgb(192,133,65); }
div.DivClassName
{
background-color: #C08541;
}
.BgClassName
{
background-color: #C08541;
}
</style>
border-color css
<style>
span { border-color: #C08541; }
span { border-color: rgb(192,133,65); }
td.TdClassName
{
border-color: #C08541;
}
.TagClassName
{
border-color: #C08541;
}
</style>