Shades of Brandy Punch #C1773E
Tints of Brandy Punch #C1773E
RGB
CMYK
RGB Variations
Color information
#C1773E (or 0xC1773E) is known color: Brandy Punch. HEX triplet: C1, 77 and 3E. RGB value is (193,119,62). Sum of RGB (Red+Green+Blue) = 193+119+62=374 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.60% from 374); Green value is 119 (46.88% from 255 or 31.82% from 374); Blue value is 62 (24.61% from 255 or 16.58% from 374); Max value from RGB is 193 - color contains mainly: red. Hex color #C1773E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1773E is #3E88C1. Grayscale: #868686. Windows color (decimal): -4098242 or 4093889. OLE color: 4093889.
HSL color Cylindrical-coordinate representation of color #C1773E: hue angle of 26.11º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C1773E is Cyan = 0, Magento = 0.38, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 119 | 62 | - |
| CMYK | 0 | 0.38 | 0.68 | 0.24 |
| HSL | 26.11º | 0.51% | 0.5% | - |
| HSV(B) | 26.11º | 0.68% | 0.76% | - |
| XYZ | 29.46 | 24.88 | 7.81 | - |
| YUV | 134.63 | 87.02 | 169.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 119 | 62 | 0 | 0.38 | 0.68 | 0.24 | 26.11 | 0.51 | 0.5 |
| Hex | C1 | 77 | 3E | 0 | 26 | 44 | 18 | 1A | 33 | 32 |
| Octal | 301 | 167 | 76 | 0 | 46 | 104 | 30 | 32 | 63 | 62 |
| Binary | 11000001 | 1110111 | 111110 | 0 | 100110 | 1000100 | 11000 | 11010 | 110011 | 110010 |
Color Harmonies of #C1773E
Complementary color
Monochromatic Colors of #C1773E
Black with #C1773E
Text Example
Text Example
White with #C1773E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1773E; }
p { color: rgb(193,119,62); }
H1.HeaderClassName
{
color: #C1773E;
}
.AnyTagClassName
{
color: #C1773E;
}
</style>
background-color css
<style>
a { background-color: #C1773E; }
a { background-color: rgb(193,119,62); }
div.DivClassName
{
background-color: #C1773E;
}
.BgClassName
{
background-color: #C1773E;
}
</style>
border-color css
<style>
span { border-color: #C1773E; }
span { border-color: rgb(193,119,62); }
td.TdClassName
{
border-color: #C1773E;
}
.TagClassName
{
border-color: #C1773E;
}
</style>