Shades of Brandy Punch #C07D4C
Tints of Brandy Punch #C07D4C
RGB
CMYK
RGB Variations
Color information
#C07D4C (or 0xC07D4C) is known color: Brandy Punch. HEX triplet: C0, 7D and 4C. RGB value is (192,125,76). Sum of RGB (Red+Green+Blue) = 192+125+76=393 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.85% from 393); Green value is 125 (49.22% from 255 or 31.81% from 393); Blue value is 76 (30.08% from 255 or 19.34% from 393); Max value from RGB is 192 - color contains mainly: red. Hex color #C07D4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07D4C is #3F82B3. Grayscale: #8B8B8B. Windows color (decimal): -4162228 or 5012928. OLE color: 5012928.
HSL color Cylindrical-coordinate representation of color #C07D4C: hue angle of 25.34º 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 #C07D4C is Cyan = 0, Magento = 0.35, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 125 | 76 | - |
| CMYK | 0 | 0.35 | 0.60 | 0.25 |
| HSL | 25.34º | 0.48% | 0.53% | - |
| HSV(B) | 25.34º | 0.6% | 0.75% | - |
| XYZ | 30.38 | 26.4 | 10.33 | - |
| YUV | 139.45 | 92.2 | 165.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 125 | 76 | 0 | 0.35 | 0.60 | 0.25 | 25.34 | 0.48 | 0.53 |
| Hex | C0 | 7D | 4C | 0 | 23 | 3C | 19 | 19 | 30 | 35 |
| Octal | 300 | 175 | 114 | 0 | 43 | 74 | 31 | 31 | 60 | 65 |
| Binary | 11000000 | 1111101 | 1001100 | 0 | 100011 | 111100 | 11001 | 11001 | 110000 | 110101 |
Color Harmonies of #C07D4C
Complementary color
Monochromatic Colors of #C07D4C
Black with #C07D4C
Text Example
Text Example
White with #C07D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07D4C; }
p { color: rgb(192,125,76); }
H1.HeaderClassName
{
color: #C07D4C;
}
.AnyTagClassName
{
color: #C07D4C;
}
</style>
background-color css
<style>
a { background-color: #C07D4C; }
a { background-color: rgb(192,125,76); }
div.DivClassName
{
background-color: #C07D4C;
}
.BgClassName
{
background-color: #C07D4C;
}
</style>
border-color css
<style>
span { border-color: #C07D4C; }
span { border-color: rgb(192,125,76); }
td.TdClassName
{
border-color: #C07D4C;
}
.TagClassName
{
border-color: #C07D4C;
}
</style>