Shades of Brandy Punch #C1774A
Tints of Brandy Punch #C1774A
RGB
CMYK
RGB Variations
Color information
#C1774A (or 0xC1774A) is known color: Brandy Punch. HEX triplet: C1, 77 and 4A. RGB value is (193,119,74). Sum of RGB (Red+Green+Blue) = 193+119+74=386 (51% of max value = 765). Red value is 193 (75.78% from 255 or 50% from 386); Green value is 119 (46.88% from 255 or 30.83% from 386); Blue value is 74 (29.30% from 255 or 19.17% from 386); Max value from RGB is 193 - color contains mainly: red. Hex color #C1774A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1774A is #3E88B5. Grayscale: #888888. Windows color (decimal): -4098230 or 4880321. OLE color: 4880321.
HSL color Cylindrical-coordinate representation of color #C1774A: hue angle of 22.69º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C1774A is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 119 | 74 | - |
| CMYK | 0 | 0.38 | 0.62 | 0.24 |
| HSL | 22.69º | 0.49% | 0.52% | - |
| HSV(B) | 22.69º | 0.62% | 0.76% | - |
| XYZ | 29.83 | 25.03 | 9.74 | - |
| YUV | 136 | 93.02 | 168.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 119 | 74 | 0 | 0.38 | 0.62 | 0.24 | 22.69 | 0.49 | 0.52 |
| Hex | C1 | 77 | 4A | 0 | 26 | 3E | 18 | 17 | 31 | 34 |
| Octal | 301 | 167 | 112 | 0 | 46 | 76 | 30 | 27 | 61 | 64 |
| Binary | 11000001 | 1110111 | 1001010 | 0 | 100110 | 111110 | 11000 | 10111 | 110001 | 110100 |
Color Harmonies of #C1774A
Complementary color
Monochromatic Colors of #C1774A
Black with #C1774A
Text Example
Text Example
White with #C1774A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1774A; }
p { color: rgb(193,119,74); }
H1.HeaderClassName
{
color: #C1774A;
}
.AnyTagClassName
{
color: #C1774A;
}
</style>
background-color css
<style>
a { background-color: #C1774A; }
a { background-color: rgb(193,119,74); }
div.DivClassName
{
background-color: #C1774A;
}
.BgClassName
{
background-color: #C1774A;
}
</style>
border-color css
<style>
span { border-color: #C1774A; }
span { border-color: rgb(193,119,74); }
td.TdClassName
{
border-color: #C1774A;
}
.TagClassName
{
border-color: #C1774A;
}
</style>