Shades of Brandy Punch #C07E50
Tints of Brandy Punch #C07E50
RGB
CMYK
RGB Variations
Color information
#C07E50 (or 0xC07E50) is known color: Brandy Punch. HEX triplet: C0, 7E and 50. RGB value is (192,126,80). Sum of RGB (Red+Green+Blue) = 192+126+80=398 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.24% from 398); Green value is 126 (49.61% from 255 or 31.66% from 398); Blue value is 80 (31.64% from 255 or 20.10% from 398); Max value from RGB is 192 - color contains mainly: red. Hex color #C07E50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07E50 is #3F81AF. Grayscale: #8C8C8C. Windows color (decimal): -4161968 or 5275328. OLE color: 5275328.
HSL color Cylindrical-coordinate representation of color #C07E50: hue angle of 24.64º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C07E50 is Cyan = 0, Magento = 0.34, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 126 | 80 | - |
| CMYK | 0 | 0.34 | 0.58 | 0.25 |
| HSL | 24.64º | 0.47% | 0.53% | - |
| HSV(B) | 24.64º | 0.58% | 0.75% | - |
| XYZ | 30.65 | 26.71 | 11.13 | - |
| YUV | 140.49 | 93.87 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 126 | 80 | 0 | 0.34 | 0.58 | 0.25 | 24.64 | 0.47 | 0.53 |
| Hex | C0 | 7E | 50 | 0 | 22 | 3A | 19 | 19 | 2F | 35 |
| Octal | 300 | 176 | 120 | 0 | 42 | 72 | 31 | 31 | 57 | 65 |
| Binary | 11000000 | 1111110 | 1010000 | 0 | 100010 | 111010 | 11001 | 11001 | 101111 | 110101 |
Color Harmonies of #C07E50
Complementary color
Monochromatic Colors of #C07E50
Black with #C07E50
Text Example
Text Example
White with #C07E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07E50; }
p { color: rgb(192,126,80); }
H1.HeaderClassName
{
color: #C07E50;
}
.AnyTagClassName
{
color: #C07E50;
}
</style>
background-color css
<style>
a { background-color: #C07E50; }
a { background-color: rgb(192,126,80); }
div.DivClassName
{
background-color: #C07E50;
}
.BgClassName
{
background-color: #C07E50;
}
</style>
border-color css
<style>
span { border-color: #C07E50; }
span { border-color: rgb(192,126,80); }
td.TdClassName
{
border-color: #C07E50;
}
.TagClassName
{
border-color: #C07E50;
}
</style>