Shades of Brandy Punch #C08548
Tints of Brandy Punch #C08548
RGB
CMYK
RGB Variations
Color information
#C08548 (or 0xC08548) is known color: Brandy Punch. HEX triplet: C0, 85 and 48. RGB value is (192,133,72). Sum of RGB (Red+Green+Blue) = 192+133+72=397 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.36% from 397); Green value is 133 (52.34% from 255 or 33.50% from 397); Blue value is 72 (28.52% from 255 or 18.14% from 397); Max value from RGB is 192 - color contains mainly: red. Hex color #C08548 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08548 is #3F7AB7. Grayscale: #8F8F8F. Windows color (decimal): -4160184 or 4752832. OLE color: 4752832.
HSL color Cylindrical-coordinate representation of color #C08548: hue angle of 30.5º 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 #C08548 is Cyan = 0, Magento = 0.31, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 133 | 72 | - |
| CMYK | 0 | 0.31 | 0.63 | 0.25 |
| HSL | 30.5º | 0.49% | 0.52% | - |
| HSV(B) | 30.5º | 0.63% | 0.75% | - |
| XYZ | 31.3 | 28.45 | 9.97 | - |
| YUV | 143.69 | 87.55 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 133 | 72 | 0 | 0.31 | 0.63 | 0.25 | 30.5 | 0.49 | 0.52 |
| Hex | C0 | 85 | 48 | 0 | 1F | 3F | 19 | 1E | 31 | 34 |
| Octal | 300 | 205 | 110 | 0 | 37 | 77 | 31 | 36 | 61 | 64 |
| Binary | 11000000 | 10000101 | 1001000 | 0 | 11111 | 111111 | 11001 | 11110 | 110001 | 110100 |
Color Harmonies of #C08548
Complementary color
Monochromatic Colors of #C08548
Black with #C08548
Text Example
Text Example
White with #C08548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08548; }
p { color: rgb(192,133,72); }
H1.HeaderClassName
{
color: #C08548;
}
.AnyTagClassName
{
color: #C08548;
}
</style>
background-color css
<style>
a { background-color: #C08548; }
a { background-color: rgb(192,133,72); }
div.DivClassName
{
background-color: #C08548;
}
.BgClassName
{
background-color: #C08548;
}
</style>
border-color css
<style>
span { border-color: #C08548; }
span { border-color: rgb(192,133,72); }
td.TdClassName
{
border-color: #C08548;
}
.TagClassName
{
border-color: #C08548;
}
</style>