Shades of Brandy Punch #C07D54
Tints of Brandy Punch #C07D54
RGB
CMYK
RGB Variations
Color information
#C07D54 (or 0xC07D54) is known color: Brandy Punch. HEX triplet: C0, 7D and 54. RGB value is (192,125,84). Sum of RGB (Red+Green+Blue) = 192+125+84=401 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.88% from 401); Green value is 125 (49.22% from 255 or 31.17% from 401); Blue value is 84 (33.20% from 255 or 20.95% from 401); Max value from RGB is 192 - color contains mainly: red. Hex color #C07D54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07D54 is #3F82AB. Grayscale: #8C8C8C. Windows color (decimal): -4162220 or 5537216. OLE color: 5537216.
HSL color Cylindrical-coordinate representation of color #C07D54: hue angle of 22.78º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C07D54 is Cyan = 0, Magento = 0.35, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 125 | 84 | - |
| CMYK | 0 | 0.35 | 0.56 | 0.25 |
| HSL | 22.78º | 0.46% | 0.54% | - |
| HSV(B) | 22.78º | 0.56% | 0.75% | - |
| XYZ | 30.67 | 26.51 | 11.89 | - |
| YUV | 140.36 | 96.2 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 125 | 84 | 0 | 0.35 | 0.56 | 0.25 | 22.78 | 0.46 | 0.54 |
| Hex | C0 | 7D | 54 | 0 | 23 | 38 | 19 | 17 | 2E | 36 |
| Octal | 300 | 175 | 124 | 0 | 43 | 70 | 31 | 27 | 56 | 66 |
| Binary | 11000000 | 1111101 | 1010100 | 0 | 100011 | 111000 | 11001 | 10111 | 101110 | 110110 |
Color Harmonies of #C07D54
Complementary color
Monochromatic Colors of #C07D54
Black with #C07D54
Text Example
Text Example
White with #C07D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07D54; }
p { color: rgb(192,125,84); }
H1.HeaderClassName
{
color: #C07D54;
}
.AnyTagClassName
{
color: #C07D54;
}
</style>
background-color css
<style>
a { background-color: #C07D54; }
a { background-color: rgb(192,125,84); }
div.DivClassName
{
background-color: #C07D54;
}
.BgClassName
{
background-color: #C07D54;
}
</style>
border-color css
<style>
span { border-color: #C07D54; }
span { border-color: rgb(192,125,84); }
td.TdClassName
{
border-color: #C07D54;
}
.TagClassName
{
border-color: #C07D54;
}
</style>