Shades of Brandy Punch #C0844D
Tints of Brandy Punch #C0844D
RGB
CMYK
RGB Variations
Color information
#C0844D (or 0xC0844D) is known color: Brandy Punch. HEX triplet: C0, 84 and 4D. RGB value is (192,132,77). Sum of RGB (Red+Green+Blue) = 192+132+77=401 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.88% from 401); Green value is 132 (51.95% from 255 or 32.92% from 401); Blue value is 77 (30.47% from 255 or 19.20% from 401); Max value from RGB is 192 - color contains mainly: red. Hex color #C0844D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0844D is #3F7BB2. Grayscale: #8F8F8F. Windows color (decimal): -4160435 or 5080256. OLE color: 5080256.
HSL color Cylindrical-coordinate representation of color #C0844D: hue angle of 28.7º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C0844D is Cyan = 0, Magento = 0.31, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 132 | 77 | - |
| CMYK | 0 | 0.31 | 0.60 | 0.25 |
| HSL | 28.7º | 0.48% | 0.53% | - |
| HSV(B) | 28.7º | 0.6% | 0.75% | - |
| XYZ | 31.33 | 28.24 | 10.82 | - |
| YUV | 143.67 | 90.38 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 132 | 77 | 0 | 0.31 | 0.60 | 0.25 | 28.7 | 0.48 | 0.53 |
| Hex | C0 | 84 | 4D | 0 | 1F | 3C | 19 | 1D | 30 | 35 |
| Octal | 300 | 204 | 115 | 0 | 37 | 74 | 31 | 35 | 60 | 65 |
| Binary | 11000000 | 10000100 | 1001101 | 0 | 11111 | 111100 | 11001 | 11101 | 110000 | 110101 |
Color Harmonies of #C0844D
Complementary color
Monochromatic Colors of #C0844D
Black with #C0844D
Text Example
Text Example
White with #C0844D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0844D; }
p { color: rgb(192,132,77); }
H1.HeaderClassName
{
color: #C0844D;
}
.AnyTagClassName
{
color: #C0844D;
}
</style>
background-color css
<style>
a { background-color: #C0844D; }
a { background-color: rgb(192,132,77); }
div.DivClassName
{
background-color: #C0844D;
}
.BgClassName
{
background-color: #C0844D;
}
</style>
border-color css
<style>
span { border-color: #C0844D; }
span { border-color: rgb(192,132,77); }
td.TdClassName
{
border-color: #C0844D;
}
.TagClassName
{
border-color: #C0844D;
}
</style>