Shades of Brandy Punch #C1773B
Tints of Brandy Punch #C1773B
RGB
CMYK
RGB Variations
Color information
#C1773B (or 0xC1773B) is known color: Brandy Punch. HEX triplet: C1, 77 and 3B. RGB value is (193,119,59). Sum of RGB (Red+Green+Blue) = 193+119+59=371 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.02% from 371); Green value is 119 (46.88% from 255 or 32.08% from 371); Blue value is 59 (23.44% from 255 or 15.90% from 371); Max value from RGB is 193 - color contains mainly: red. Hex color #C1773B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1773B is #3E88C4. Grayscale: #868686. Windows color (decimal): -4098245 or 3897281. OLE color: 3897281.
HSL color Cylindrical-coordinate representation of color #C1773B: hue angle of 26.87º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C1773B is Cyan = 0, Magento = 0.38, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 119 | 59 | - |
| CMYK | 0 | 0.38 | 0.69 | 0.24 |
| HSL | 26.87º | 0.53% | 0.49% | - |
| HSV(B) | 26.87º | 0.69% | 0.76% | - |
| XYZ | 29.38 | 24.85 | 7.39 | - |
| YUV | 134.29 | 85.52 | 169.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 119 | 59 | 0 | 0.38 | 0.69 | 0.24 | 26.87 | 0.53 | 0.49 |
| Hex | C1 | 77 | 3B | 0 | 26 | 45 | 18 | 1B | 35 | 31 |
| Octal | 301 | 167 | 73 | 0 | 46 | 105 | 30 | 33 | 65 | 61 |
| Binary | 11000001 | 1110111 | 111011 | 0 | 100110 | 1000101 | 11000 | 11011 | 110101 | 110001 |
Color Harmonies of #C1773B
Complementary color
Monochromatic Colors of #C1773B
Black with #C1773B
Text Example
Text Example
White with #C1773B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1773B; }
p { color: rgb(193,119,59); }
H1.HeaderClassName
{
color: #C1773B;
}
.AnyTagClassName
{
color: #C1773B;
}
</style>
background-color css
<style>
a { background-color: #C1773B; }
a { background-color: rgb(193,119,59); }
div.DivClassName
{
background-color: #C1773B;
}
.BgClassName
{
background-color: #C1773B;
}
</style>
border-color css
<style>
span { border-color: #C1773B; }
span { border-color: rgb(193,119,59); }
td.TdClassName
{
border-color: #C1773B;
}
.TagClassName
{
border-color: #C1773B;
}
</style>