Shades of Brandy Punch #C07E4D
Tints of Brandy Punch #C07E4D
RGB
CMYK
RGB Variations
Color information
#C07E4D (or 0xC07E4D) is known color: Brandy Punch. HEX triplet: C0, 7E and 4D. RGB value is (192,126,77). Sum of RGB (Red+Green+Blue) = 192+126+77=395 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.61% from 395); Green value is 126 (49.61% from 255 or 31.90% from 395); Blue value is 77 (30.47% from 255 or 19.49% from 395); Max value from RGB is 192 - color contains mainly: red. Hex color #C07E4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07E4D is #3F81B2. Grayscale: #8C8C8C. Windows color (decimal): -4161971 or 5078720. OLE color: 5078720.
HSL color Cylindrical-coordinate representation of color #C07E4D: hue angle of 25.57º 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 #C07E4D is Cyan = 0, Magento = 0.34, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 126 | 77 | - |
| CMYK | 0 | 0.34 | 0.60 | 0.25 |
| HSL | 25.57º | 0.48% | 0.53% | - |
| HSV(B) | 25.57º | 0.6% | 0.75% | - |
| XYZ | 30.54 | 26.66 | 10.56 | - |
| YUV | 140.15 | 92.37 | 164.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 126 | 77 | 0 | 0.34 | 0.60 | 0.25 | 25.57 | 0.48 | 0.53 |
| Hex | C0 | 7E | 4D | 0 | 22 | 3C | 19 | 1A | 30 | 35 |
| Octal | 300 | 176 | 115 | 0 | 42 | 74 | 31 | 32 | 60 | 65 |
| Binary | 11000000 | 1111110 | 1001101 | 0 | 100010 | 111100 | 11001 | 11010 | 110000 | 110101 |
Color Harmonies of #C07E4D
Complementary color
Monochromatic Colors of #C07E4D
Black with #C07E4D
Text Example
Text Example
White with #C07E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07E4D; }
p { color: rgb(192,126,77); }
H1.HeaderClassName
{
color: #C07E4D;
}
.AnyTagClassName
{
color: #C07E4D;
}
</style>
background-color css
<style>
a { background-color: #C07E4D; }
a { background-color: rgb(192,126,77); }
div.DivClassName
{
background-color: #C07E4D;
}
.BgClassName
{
background-color: #C07E4D;
}
</style>
border-color css
<style>
span { border-color: #C07E4D; }
span { border-color: rgb(192,126,77); }
td.TdClassName
{
border-color: #C07E4D;
}
.TagClassName
{
border-color: #C07E4D;
}
</style>