Shades of Brandy Punch #C78148
Tints of Brandy Punch #C78148
RGB
CMYK
RGB Variations
Color information
#C78148 (or 0xC78148) is known color: Brandy Punch. HEX triplet: C7, 81 and 48. RGB value is (199,129,72). Sum of RGB (Red+Green+Blue) = 199+129+72=400 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.75% from 400); Green value is 129 (50.78% from 255 or 32.25% from 400); Blue value is 72 (28.52% from 255 or 18% from 400); Max value from RGB is 199 - color contains mainly: red. Hex color #C78148 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78148 is #387EB7. Grayscale: #8F8F8F. Windows color (decimal): -3702456 or 4751815. OLE color: 4751815.
HSL color Cylindrical-coordinate representation of color #C78148: hue angle of 26.93º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C78148 is Cyan = 0, Magento = 0.35, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 129 | 72 | - |
| CMYK | 0 | 0.35 | 0.64 | 0.22 |
| HSL | 26.93º | 0.53% | 0.53% | - |
| HSV(B) | 26.93º | 0.64% | 0.78% | - |
| XYZ | 32.57 | 28.31 | 9.88 | - |
| YUV | 143.43 | 87.69 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 129 | 72 | 0 | 0.35 | 0.64 | 0.22 | 26.93 | 0.53 | 0.53 |
| Hex | C7 | 81 | 48 | 0 | 23 | 40 | 16 | 1B | 35 | 35 |
| Octal | 307 | 201 | 110 | 0 | 43 | 100 | 26 | 33 | 65 | 65 |
| Binary | 11000111 | 10000001 | 1001000 | 0 | 100011 | 1000000 | 10110 | 11011 | 110101 | 110101 |
Color Harmonies of #C78148
Complementary color
Monochromatic Colors of #C78148
Black with #C78148
Text Example
Text Example
White with #C78148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78148; }
p { color: rgb(199,129,72); }
H1.HeaderClassName
{
color: #C78148;
}
.AnyTagClassName
{
color: #C78148;
}
</style>
background-color css
<style>
a { background-color: #C78148; }
a { background-color: rgb(199,129,72); }
div.DivClassName
{
background-color: #C78148;
}
.BgClassName
{
background-color: #C78148;
}
</style>
border-color css
<style>
span { border-color: #C78148; }
span { border-color: rgb(199,129,72); }
td.TdClassName
{
border-color: #C78148;
}
.TagClassName
{
border-color: #C78148;
}
</style>