Shades of Brandy Punch #C1773C
Tints of Brandy Punch #C1773C
RGB
CMYK
RGB Variations
Color information
#C1773C (or 0xC1773C) is known color: Brandy Punch. HEX triplet: C1, 77 and 3C. RGB value is (193,119,60). Sum of RGB (Red+Green+Blue) = 193+119+60=372 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.88% from 372); Green value is 119 (46.88% from 255 or 31.99% from 372); Blue value is 60 (23.83% from 255 or 16.13% from 372); Max value from RGB is 193 - color contains mainly: red. Hex color #C1773C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1773C is #3E88C3. Grayscale: #868686. Windows color (decimal): -4098244 or 3962817. OLE color: 3962817.
HSL color Cylindrical-coordinate representation of color #C1773C: hue angle of 26.62º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C1773C is Cyan = 0, Magento = 0.38, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 119 | 60 | - |
| CMYK | 0 | 0.38 | 0.69 | 0.24 |
| HSL | 26.62º | 0.53% | 0.5% | - |
| HSV(B) | 26.62º | 0.69% | 0.76% | - |
| XYZ | 29.4 | 24.86 | 7.52 | - |
| YUV | 134.4 | 86.02 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 119 | 60 | 0 | 0.38 | 0.69 | 0.24 | 26.62 | 0.53 | 0.5 |
| Hex | C1 | 77 | 3C | 0 | 26 | 45 | 18 | 1B | 35 | 32 |
| Octal | 301 | 167 | 74 | 0 | 46 | 105 | 30 | 33 | 65 | 62 |
| Binary | 11000001 | 1110111 | 111100 | 0 | 100110 | 1000101 | 11000 | 11011 | 110101 | 110010 |
Color Harmonies of #C1773C
Complementary color
Monochromatic Colors of #C1773C
Black with #C1773C
Text Example
Text Example
White with #C1773C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1773C; }
p { color: rgb(193,119,60); }
H1.HeaderClassName
{
color: #C1773C;
}
.AnyTagClassName
{
color: #C1773C;
}
</style>
background-color css
<style>
a { background-color: #C1773C; }
a { background-color: rgb(193,119,60); }
div.DivClassName
{
background-color: #C1773C;
}
.BgClassName
{
background-color: #C1773C;
}
</style>
border-color css
<style>
span { border-color: #C1773C; }
span { border-color: rgb(193,119,60); }
td.TdClassName
{
border-color: #C1773C;
}
.TagClassName
{
border-color: #C1773C;
}
</style>