Shades of Brandy Punch #C08448
Tints of Brandy Punch #C08448
RGB
CMYK
RGB Variations
Color information
#C08448 (or 0xC08448) is known color: Brandy Punch. HEX triplet: C0, 84 and 48. RGB value is (192,132,72). Sum of RGB (Red+Green+Blue) = 192+132+72=396 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.48% from 396); Green value is 132 (51.95% from 255 or 33.33% from 396); Blue value is 72 (28.52% from 255 or 18.18% from 396); Max value from RGB is 192 - color contains mainly: red. Hex color #C08448 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08448 is #3F7BB7. Grayscale: #8F8F8F. Windows color (decimal): -4160440 or 4752576. OLE color: 4752576.
HSL color Cylindrical-coordinate representation of color #C08448: hue angle of 30º 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 #C08448 is Cyan = 0, Magento = 0.31, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 132 | 72 | - |
| CMYK | 0 | 0.31 | 0.63 | 0.25 |
| HSL | 30º | 0.49% | 0.52% | - |
| HSV(B) | 30º | 0.63% | 0.75% | - |
| XYZ | 31.16 | 28.18 | 9.93 | - |
| YUV | 143.1 | 87.88 | 162.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 132 | 72 | 0 | 0.31 | 0.63 | 0.25 | 30 | 0.49 | 0.52 |
| Hex | C0 | 84 | 48 | 0 | 1F | 3F | 19 | 1E | 31 | 34 |
| Octal | 300 | 204 | 110 | 0 | 37 | 77 | 31 | 36 | 61 | 64 |
| Binary | 11000000 | 10000100 | 1001000 | 0 | 11111 | 111111 | 11001 | 11110 | 110001 | 110100 |
Color Harmonies of #C08448
Complementary color
Monochromatic Colors of #C08448
Black with #C08448
Text Example
Text Example
White with #C08448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08448; }
p { color: rgb(192,132,72); }
H1.HeaderClassName
{
color: #C08448;
}
.AnyTagClassName
{
color: #C08448;
}
</style>
background-color css
<style>
a { background-color: #C08448; }
a { background-color: rgb(192,132,72); }
div.DivClassName
{
background-color: #C08448;
}
.BgClassName
{
background-color: #C08448;
}
</style>
border-color css
<style>
span { border-color: #C08448; }
span { border-color: rgb(192,132,72); }
td.TdClassName
{
border-color: #C08448;
}
.TagClassName
{
border-color: #C08448;
}
</style>