Shades of Brandy Punch #C07E4B
Tints of Brandy Punch #C07E4B
RGB
CMYK
RGB Variations
Color information
#C07E4B (or 0xC07E4B) is known color: Brandy Punch. HEX triplet: C0, 7E and 4B. RGB value is (192,126,75). Sum of RGB (Red+Green+Blue) = 192+126+75=393 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.85% from 393); Green value is 126 (49.61% from 255 or 32.06% from 393); Blue value is 75 (29.69% from 255 or 19.08% from 393); Max value from RGB is 192 - color contains mainly: red. Hex color #C07E4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07E4B is #3F81B4. Grayscale: #8C8C8C. Windows color (decimal): -4161973 or 4947648. OLE color: 4947648.
HSL color Cylindrical-coordinate representation of color #C07E4B: hue angle of 26.15º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C07E4B is Cyan = 0, Magento = 0.34, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 126 | 75 | - |
| CMYK | 0 | 0.34 | 0.61 | 0.25 |
| HSL | 26.15º | 0.48% | 0.52% | - |
| HSV(B) | 26.15º | 0.61% | 0.75% | - |
| XYZ | 30.47 | 26.64 | 10.19 | - |
| YUV | 139.92 | 91.37 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 126 | 75 | 0 | 0.34 | 0.61 | 0.25 | 26.15 | 0.48 | 0.52 |
| Hex | C0 | 7E | 4B | 0 | 22 | 3D | 19 | 1A | 30 | 34 |
| Octal | 300 | 176 | 113 | 0 | 42 | 75 | 31 | 32 | 60 | 64 |
| Binary | 11000000 | 1111110 | 1001011 | 0 | 100010 | 111101 | 11001 | 11010 | 110000 | 110100 |
Color Harmonies of #C07E4B
Complementary color
Monochromatic Colors of #C07E4B
Black with #C07E4B
Text Example
Text Example
White with #C07E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07E4B; }
p { color: rgb(192,126,75); }
H1.HeaderClassName
{
color: #C07E4B;
}
.AnyTagClassName
{
color: #C07E4B;
}
</style>
background-color css
<style>
a { background-color: #C07E4B; }
a { background-color: rgb(192,126,75); }
div.DivClassName
{
background-color: #C07E4B;
}
.BgClassName
{
background-color: #C07E4B;
}
</style>
border-color css
<style>
span { border-color: #C07E4B; }
span { border-color: rgb(192,126,75); }
td.TdClassName
{
border-color: #C07E4B;
}
.TagClassName
{
border-color: #C07E4B;
}
</style>