Shades of Brandy Punch #C08343
Tints of Brandy Punch #C08343
RGB
CMYK
RGB Variations
Color information
#C08343 (or 0xC08343) is known color: Brandy Punch. HEX triplet: C0, 83 and 43. RGB value is (192,131,67). Sum of RGB (Red+Green+Blue) = 192+131+67=390 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.23% from 390); Green value is 131 (51.56% from 255 or 33.59% from 390); Blue value is 67 (26.56% from 255 or 17.18% from 390); Max value from RGB is 192 - color contains mainly: red. Hex color #C08343 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08343 is #3F7CBC. Grayscale: #8E8E8E. Windows color (decimal): -4160701 or 4424640. OLE color: 4424640.
HSL color Cylindrical-coordinate representation of color #C08343: hue angle of 30.72º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C08343 is Cyan = 0, Magento = 0.32, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 131 | 67 | - |
| CMYK | 0 | 0.32 | 0.65 | 0.25 |
| HSL | 30.72º | 0.5% | 0.51% | - |
| HSV(B) | 30.72º | 0.65% | 0.75% | - |
| XYZ | 30.87 | 27.84 | 9.06 | - |
| YUV | 141.94 | 85.71 | 163.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 131 | 67 | 0 | 0.32 | 0.65 | 0.25 | 30.72 | 0.5 | 0.51 |
| Hex | C0 | 83 | 43 | 0 | 20 | 41 | 19 | 1F | 32 | 33 |
| Octal | 300 | 203 | 103 | 0 | 40 | 101 | 31 | 37 | 62 | 63 |
| Binary | 11000000 | 10000011 | 1000011 | 0 | 100000 | 1000001 | 11001 | 11111 | 110010 | 110011 |
Color Harmonies of #C08343
Complementary color
Monochromatic Colors of #C08343
Black with #C08343
Text Example
Text Example
White with #C08343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08343; }
p { color: rgb(192,131,67); }
H1.HeaderClassName
{
color: #C08343;
}
.AnyTagClassName
{
color: #C08343;
}
</style>
background-color css
<style>
a { background-color: #C08343; }
a { background-color: rgb(192,131,67); }
div.DivClassName
{
background-color: #C08343;
}
.BgClassName
{
background-color: #C08343;
}
</style>
border-color css
<style>
span { border-color: #C08343; }
span { border-color: rgb(192,131,67); }
td.TdClassName
{
border-color: #C08343;
}
.TagClassName
{
border-color: #C08343;
}
</style>