Shades of Brandy Punch #C07641
Tints of Brandy Punch #C07641
RGB
CMYK
RGB Variations
Color information
#C07641 (or 0xC07641) is known color: Brandy Punch. HEX triplet: C0, 76 and 41. RGB value is (192,118,65). Sum of RGB (Red+Green+Blue) = 192+118+65=375 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.2% from 375); Green value is 118 (46.48% from 255 or 31.47% from 375); Blue value is 65 (25.78% from 255 or 17.33% from 375); Max value from RGB is 192 - color contains mainly: red. Hex color #C07641 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07641 is #3F89BE. Grayscale: #868686. Windows color (decimal): -4164031 or 4290240. OLE color: 4290240.
HSL color Cylindrical-coordinate representation of color #C07641: hue angle of 25.04º 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 #C07641 is Cyan = 0, Magento = 0.39, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 118 | 65 | - |
| CMYK | 0 | 0.39 | 0.66 | 0.25 |
| HSL | 25.04º | 0.5% | 0.5% | - |
| HSV(B) | 25.04º | 0.66% | 0.75% | - |
| XYZ | 29.17 | 24.54 | 8.2 | - |
| YUV | 134.08 | 89.02 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 118 | 65 | 0 | 0.39 | 0.66 | 0.25 | 25.04 | 0.5 | 0.5 |
| Hex | C0 | 76 | 41 | 0 | 27 | 42 | 19 | 19 | 32 | 32 |
| Octal | 300 | 166 | 101 | 0 | 47 | 102 | 31 | 31 | 62 | 62 |
| Binary | 11000000 | 1110110 | 1000001 | 0 | 100111 | 1000010 | 11001 | 11001 | 110010 | 110010 |
Color Harmonies of #C07641
Complementary color
Monochromatic Colors of #C07641
Black with #C07641
Text Example
Text Example
White with #C07641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07641; }
p { color: rgb(192,118,65); }
H1.HeaderClassName
{
color: #C07641;
}
.AnyTagClassName
{
color: #C07641;
}
</style>
background-color css
<style>
a { background-color: #C07641; }
a { background-color: rgb(192,118,65); }
div.DivClassName
{
background-color: #C07641;
}
.BgClassName
{
background-color: #C07641;
}
</style>
border-color css
<style>
span { border-color: #C07641; }
span { border-color: rgb(192,118,65); }
td.TdClassName
{
border-color: #C07641;
}
.TagClassName
{
border-color: #C07641;
}
</style>