Shades of Brandy Punch #C08341
Tints of Brandy Punch #C08341
RGB
CMYK
RGB Variations
Color information
#C08341 (or 0xC08341) is known color: Brandy Punch. HEX triplet: C0, 83 and 41. RGB value is (192,131,65). Sum of RGB (Red+Green+Blue) = 192+131+65=388 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.48% from 388); Green value is 131 (51.56% from 255 or 33.76% from 388); Blue value is 65 (25.78% from 255 or 16.75% from 388); Max value from RGB is 192 - color contains mainly: red. Hex color #C08341 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08341 is #3F7CBE. Grayscale: #8E8E8E. Windows color (decimal): -4160703 or 4293568. OLE color: 4293568.
HSL color Cylindrical-coordinate representation of color #C08341: hue angle of 31.18º 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 #C08341 is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 131 | 65 | - |
| CMYK | 0 | 0.32 | 0.66 | 0.25 |
| HSL | 31.18º | 0.5% | 0.5% | - |
| HSV(B) | 31.18º | 0.66% | 0.75% | - |
| XYZ | 30.81 | 27.82 | 8.75 | - |
| YUV | 141.72 | 84.71 | 163.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 131 | 65 | 0 | 0.32 | 0.66 | 0.25 | 31.18 | 0.5 | 0.5 |
| Hex | C0 | 83 | 41 | 0 | 20 | 42 | 19 | 1F | 32 | 32 |
| Octal | 300 | 203 | 101 | 0 | 40 | 102 | 31 | 37 | 62 | 62 |
| Binary | 11000000 | 10000011 | 1000001 | 0 | 100000 | 1000010 | 11001 | 11111 | 110010 | 110010 |
Color Harmonies of #C08341
Complementary color
Monochromatic Colors of #C08341
Black with #C08341
Text Example
Text Example
White with #C08341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08341; }
p { color: rgb(192,131,65); }
H1.HeaderClassName
{
color: #C08341;
}
.AnyTagClassName
{
color: #C08341;
}
</style>
background-color css
<style>
a { background-color: #C08341; }
a { background-color: rgb(192,131,65); }
div.DivClassName
{
background-color: #C08341;
}
.BgClassName
{
background-color: #C08341;
}
</style>
border-color css
<style>
span { border-color: #C08341; }
span { border-color: rgb(192,131,65); }
td.TdClassName
{
border-color: #C08341;
}
.TagClassName
{
border-color: #C08341;
}
</style>