Shades of Brandy Punch #C08447
Tints of Brandy Punch #C08447
RGB
CMYK
RGB Variations
Color information
#C08447 (or 0xC08447) is known color: Brandy Punch. HEX triplet: C0, 84 and 47. RGB value is (192,132,71). Sum of RGB (Red+Green+Blue) = 192+132+71=395 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.61% from 395); Green value is 132 (51.95% from 255 or 33.42% from 395); Blue value is 71 (28.12% from 255 or 17.97% from 395); Max value from RGB is 192 - color contains mainly: red. Hex color #C08447 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08447 is #3F7BB8. Grayscale: #8F8F8F. Windows color (decimal): -4160441 or 4687040. OLE color: 4687040.
HSL color Cylindrical-coordinate representation of color #C08447: hue angle of 30.25º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C08447 is Cyan = 0, Magento = 0.31, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 132 | 71 | - |
| CMYK | 0 | 0.31 | 0.63 | 0.25 |
| HSL | 30.25º | 0.49% | 0.52% | - |
| HSV(B) | 30.25º | 0.63% | 0.75% | - |
| XYZ | 31.13 | 28.16 | 9.76 | - |
| YUV | 142.99 | 87.38 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 132 | 71 | 0 | 0.31 | 0.63 | 0.25 | 30.25 | 0.49 | 0.52 |
| Hex | C0 | 84 | 47 | 0 | 1F | 3F | 19 | 1E | 31 | 34 |
| Octal | 300 | 204 | 107 | 0 | 37 | 77 | 31 | 36 | 61 | 64 |
| Binary | 11000000 | 10000100 | 1000111 | 0 | 11111 | 111111 | 11001 | 11110 | 110001 | 110100 |
Color Harmonies of #C08447
Complementary color
Monochromatic Colors of #C08447
Black with #C08447
Text Example
Text Example
White with #C08447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08447; }
p { color: rgb(192,132,71); }
H1.HeaderClassName
{
color: #C08447;
}
.AnyTagClassName
{
color: #C08447;
}
</style>
background-color css
<style>
a { background-color: #C08447; }
a { background-color: rgb(192,132,71); }
div.DivClassName
{
background-color: #C08447;
}
.BgClassName
{
background-color: #C08447;
}
</style>
border-color css
<style>
span { border-color: #C08447; }
span { border-color: rgb(192,132,71); }
td.TdClassName
{
border-color: #C08447;
}
.TagClassName
{
border-color: #C08447;
}
</style>