Shades of Brandy Punch #C08449
Tints of Brandy Punch #C08449
RGB
CMYK
RGB Variations
Color information
#C08449 (or 0xC08449) is known color: Brandy Punch. HEX triplet: C0, 84 and 49. RGB value is (192,132,73). Sum of RGB (Red+Green+Blue) = 192+132+73=397 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.36% from 397); Green value is 132 (51.95% from 255 or 33.25% from 397); Blue value is 73 (28.91% from 255 or 18.39% from 397); Max value from RGB is 192 - color contains mainly: red. Hex color #C08449 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08449 is #3F7BB6. Grayscale: #8F8F8F. Windows color (decimal): -4160439 or 4818112. OLE color: 4818112.
HSL color Cylindrical-coordinate representation of color #C08449: hue angle of 29.75º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C08449 is Cyan = 0, Magento = 0.31, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 132 | 73 | - |
| CMYK | 0 | 0.31 | 0.62 | 0.25 |
| HSL | 29.75º | 0.49% | 0.52% | - |
| HSV(B) | 29.75º | 0.62% | 0.75% | - |
| XYZ | 31.19 | 28.19 | 10.1 | - |
| YUV | 143.21 | 88.38 | 162.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 132 | 73 | 0 | 0.31 | 0.62 | 0.25 | 29.75 | 0.49 | 0.52 |
| Hex | C0 | 84 | 49 | 0 | 1F | 3E | 19 | 1E | 31 | 34 |
| Octal | 300 | 204 | 111 | 0 | 37 | 76 | 31 | 36 | 61 | 64 |
| Binary | 11000000 | 10000100 | 1001001 | 0 | 11111 | 111110 | 11001 | 11110 | 110001 | 110100 |
Color Harmonies of #C08449
Complementary color
Monochromatic Colors of #C08449
Black with #C08449
Text Example
Text Example
White with #C08449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08449; }
p { color: rgb(192,132,73); }
H1.HeaderClassName
{
color: #C08449;
}
.AnyTagClassName
{
color: #C08449;
}
</style>
background-color css
<style>
a { background-color: #C08449; }
a { background-color: rgb(192,132,73); }
div.DivClassName
{
background-color: #C08449;
}
.BgClassName
{
background-color: #C08449;
}
</style>
border-color css
<style>
span { border-color: #C08449; }
span { border-color: rgb(192,132,73); }
td.TdClassName
{
border-color: #C08449;
}
.TagClassName
{
border-color: #C08449;
}
</style>