Shades of Brandy Punch #C78043
Tints of Brandy Punch #C78043
RGB
CMYK
RGB Variations
Color information
#C78043 (or 0xC78043) is known color: Brandy Punch. HEX triplet: C7, 80 and 43. RGB value is (199,128,67). Sum of RGB (Red+Green+Blue) = 199+128+67=394 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.51% from 394); Green value is 128 (50.39% from 255 or 32.49% from 394); Blue value is 67 (26.56% from 255 or 17.01% from 394); Max value from RGB is 199 - color contains mainly: red. Hex color #C78043 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78043 is #387FBC. Grayscale: #8E8E8E. Windows color (decimal): -3702717 or 4423879. OLE color: 4423879.
HSL color Cylindrical-coordinate representation of color #C78043: hue angle of 27.73º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C78043 is Cyan = 0, Magento = 0.36, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 128 | 67 | - |
| CMYK | 0 | 0.36 | 0.66 | 0.22 |
| HSL | 27.73º | 0.54% | 0.52% | - |
| HSV(B) | 27.73º | 0.66% | 0.78% | - |
| XYZ | 32.29 | 27.99 | 9.01 | - |
| YUV | 142.28 | 85.52 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 128 | 67 | 0 | 0.36 | 0.66 | 0.22 | 27.73 | 0.54 | 0.52 |
| Hex | C7 | 80 | 43 | 0 | 24 | 42 | 16 | 1C | 36 | 34 |
| Octal | 307 | 200 | 103 | 0 | 44 | 102 | 26 | 34 | 66 | 64 |
| Binary | 11000111 | 10000000 | 1000011 | 0 | 100100 | 1000010 | 10110 | 11100 | 110110 | 110100 |
Color Harmonies of #C78043
Complementary color
Monochromatic Colors of #C78043
Black with #C78043
Text Example
Text Example
White with #C78043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78043; }
p { color: rgb(199,128,67); }
H1.HeaderClassName
{
color: #C78043;
}
.AnyTagClassName
{
color: #C78043;
}
</style>
background-color css
<style>
a { background-color: #C78043; }
a { background-color: rgb(199,128,67); }
div.DivClassName
{
background-color: #C78043;
}
.BgClassName
{
background-color: #C78043;
}
</style>
border-color css
<style>
span { border-color: #C78043; }
span { border-color: rgb(199,128,67); }
td.TdClassName
{
border-color: #C78043;
}
.TagClassName
{
border-color: #C78043;
}
</style>