Shades of Brandy Punch #C07741
Tints of Brandy Punch #C07741
RGB
CMYK
RGB Variations
Color information
#C07741 (or 0xC07741) is known color: Brandy Punch. HEX triplet: C0, 77 and 41. RGB value is (192,119,65). Sum of RGB (Red+Green+Blue) = 192+119+65=376 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.06% from 376); Green value is 119 (46.88% from 255 or 31.65% from 376); Blue value is 65 (25.78% from 255 or 17.29% from 376); Max value from RGB is 192 - color contains mainly: red. Hex color #C07741 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07741 is #3F88BE. Grayscale: #868686. Windows color (decimal): -4163775 or 4290496. OLE color: 4290496.
HSL color Cylindrical-coordinate representation of color #C07741: hue angle of 25.51º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C07741 is Cyan = 0, Magento = 0.38, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 119 | 65 | - |
| CMYK | 0 | 0.38 | 0.66 | 0.25 |
| HSL | 25.51º | 0.5% | 0.5% | - |
| HSV(B) | 25.51º | 0.66% | 0.75% | - |
| XYZ | 29.29 | 24.78 | 8.24 | - |
| YUV | 134.67 | 88.68 | 168.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 119 | 65 | 0 | 0.38 | 0.66 | 0.25 | 25.51 | 0.5 | 0.5 |
| Hex | C0 | 77 | 41 | 0 | 26 | 42 | 19 | 1A | 32 | 32 |
| Octal | 300 | 167 | 101 | 0 | 46 | 102 | 31 | 32 | 62 | 62 |
| Binary | 11000000 | 1110111 | 1000001 | 0 | 100110 | 1000010 | 11001 | 11010 | 110010 | 110010 |
Color Harmonies of #C07741
Complementary color
Monochromatic Colors of #C07741
Black with #C07741
Text Example
Text Example
White with #C07741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07741; }
p { color: rgb(192,119,65); }
H1.HeaderClassName
{
color: #C07741;
}
.AnyTagClassName
{
color: #C07741;
}
</style>
background-color css
<style>
a { background-color: #C07741; }
a { background-color: rgb(192,119,65); }
div.DivClassName
{
background-color: #C07741;
}
.BgClassName
{
background-color: #C07741;
}
</style>
border-color css
<style>
span { border-color: #C07741; }
span { border-color: rgb(192,119,65); }
td.TdClassName
{
border-color: #C07741;
}
.TagClassName
{
border-color: #C07741;
}
</style>