Shades of Brandy Punch #C08445
Tints of Brandy Punch #C08445
RGB
CMYK
RGB Variations
Color information
#C08445 (or 0xC08445) is known color: Brandy Punch. HEX triplet: C0, 84 and 45. RGB value is (192,132,69). Sum of RGB (Red+Green+Blue) = 192+132+69=393 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.85% from 393); Green value is 132 (51.95% from 255 or 33.59% from 393); Blue value is 69 (27.34% from 255 or 17.56% from 393); Max value from RGB is 192 - color contains mainly: red. Hex color #C08445 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08445 is #3F7BBA. Grayscale: #8F8F8F. Windows color (decimal): -4160443 or 4555968. OLE color: 4555968.
HSL color Cylindrical-coordinate representation of color #C08445: hue angle of 30.73º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C08445 is Cyan = 0, Magento = 0.31, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 132 | 69 | - |
| CMYK | 0 | 0.31 | 0.64 | 0.25 |
| HSL | 30.73º | 0.49% | 0.51% | - |
| HSV(B) | 30.73º | 0.64% | 0.75% | - |
| XYZ | 31.06 | 28.14 | 9.42 | - |
| YUV | 142.76 | 86.38 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 132 | 69 | 0 | 0.31 | 0.64 | 0.25 | 30.73 | 0.49 | 0.51 |
| Hex | C0 | 84 | 45 | 0 | 1F | 40 | 19 | 1F | 31 | 33 |
| Octal | 300 | 204 | 105 | 0 | 37 | 100 | 31 | 37 | 61 | 63 |
| Binary | 11000000 | 10000100 | 1000101 | 0 | 11111 | 1000000 | 11001 | 11111 | 110001 | 110011 |
Color Harmonies of #C08445
Complementary color
Monochromatic Colors of #C08445
Black with #C08445
Text Example
Text Example
White with #C08445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08445; }
p { color: rgb(192,132,69); }
H1.HeaderClassName
{
color: #C08445;
}
.AnyTagClassName
{
color: #C08445;
}
</style>
background-color css
<style>
a { background-color: #C08445; }
a { background-color: rgb(192,132,69); }
div.DivClassName
{
background-color: #C08445;
}
.BgClassName
{
background-color: #C08445;
}
</style>
border-color css
<style>
span { border-color: #C08445; }
span { border-color: rgb(192,132,69); }
td.TdClassName
{
border-color: #C08445;
}
.TagClassName
{
border-color: #C08445;
}
</style>