Shades of Brandy Punch #C78045
Tints of Brandy Punch #C78045
RGB
CMYK
RGB Variations
Color information
#C78045 (or 0xC78045) is known color: Brandy Punch. HEX triplet: C7, 80 and 45. RGB value is (199,128,69). Sum of RGB (Red+Green+Blue) = 199+128+69=396 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.25% from 396); Green value is 128 (50.39% from 255 or 32.32% from 396); Blue value is 69 (27.34% from 255 or 17.42% from 396); Max value from RGB is 199 - color contains mainly: red. Hex color #C78045 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78045 is #387FBA. Grayscale: #8E8E8E. Windows color (decimal): -3702715 or 4554951. OLE color: 4554951.
HSL color Cylindrical-coordinate representation of color #C78045: hue angle of 27.23º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C78045 is Cyan = 0, Magento = 0.36, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 128 | 69 | - |
| CMYK | 0 | 0.36 | 0.65 | 0.22 |
| HSL | 27.23º | 0.54% | 0.53% | - |
| HSV(B) | 27.23º | 0.65% | 0.78% | - |
| XYZ | 32.35 | 28.01 | 9.33 | - |
| YUV | 142.5 | 86.52 | 168.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 128 | 69 | 0 | 0.36 | 0.65 | 0.22 | 27.23 | 0.54 | 0.53 |
| Hex | C7 | 80 | 45 | 0 | 24 | 41 | 16 | 1B | 36 | 35 |
| Octal | 307 | 200 | 105 | 0 | 44 | 101 | 26 | 33 | 66 | 65 |
| Binary | 11000111 | 10000000 | 1000101 | 0 | 100100 | 1000001 | 10110 | 11011 | 110110 | 110101 |
Color Harmonies of #C78045
Complementary color
Monochromatic Colors of #C78045
Black with #C78045
Text Example
Text Example
White with #C78045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78045; }
p { color: rgb(199,128,69); }
H1.HeaderClassName
{
color: #C78045;
}
.AnyTagClassName
{
color: #C78045;
}
</style>
background-color css
<style>
a { background-color: #C78045; }
a { background-color: rgb(199,128,69); }
div.DivClassName
{
background-color: #C78045;
}
.BgClassName
{
background-color: #C78045;
}
</style>
border-color css
<style>
span { border-color: #C78045; }
span { border-color: rgb(199,128,69); }
td.TdClassName
{
border-color: #C78045;
}
.TagClassName
{
border-color: #C78045;
}
</style>