Shades of Brandy Punch #C1774B
Tints of Brandy Punch #C1774B
RGB
CMYK
RGB Variations
Color information
#C1774B (or 0xC1774B) is known color: Brandy Punch. HEX triplet: C1, 77 and 4B. RGB value is (193,119,75). Sum of RGB (Red+Green+Blue) = 193+119+75=387 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.87% from 387); Green value is 119 (46.88% from 255 or 30.75% from 387); Blue value is 75 (29.69% from 255 or 19.38% from 387); Max value from RGB is 193 - color contains mainly: red. Hex color #C1774B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1774B is #3E88B4. Grayscale: #888888. Windows color (decimal): -4098229 or 4945857. OLE color: 4945857.
HSL color Cylindrical-coordinate representation of color #C1774B: hue angle of 22.37º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C1774B is Cyan = 0, Magento = 0.38, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 119 | 75 | - |
| CMYK | 0 | 0.38 | 0.61 | 0.24 |
| HSL | 22.37º | 0.49% | 0.53% | - |
| HSV(B) | 22.37º | 0.61% | 0.76% | - |
| XYZ | 29.86 | 25.04 | 9.92 | - |
| YUV | 136.11 | 93.52 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 119 | 75 | 0 | 0.38 | 0.61 | 0.24 | 22.37 | 0.49 | 0.53 |
| Hex | C1 | 77 | 4B | 0 | 26 | 3D | 18 | 16 | 31 | 35 |
| Octal | 301 | 167 | 113 | 0 | 46 | 75 | 30 | 26 | 61 | 65 |
| Binary | 11000001 | 1110111 | 1001011 | 0 | 100110 | 111101 | 11000 | 10110 | 110001 | 110101 |
Color Harmonies of #C1774B
Complementary color
Monochromatic Colors of #C1774B
Black with #C1774B
Text Example
Text Example
White with #C1774B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1774B; }
p { color: rgb(193,119,75); }
H1.HeaderClassName
{
color: #C1774B;
}
.AnyTagClassName
{
color: #C1774B;
}
</style>
background-color css
<style>
a { background-color: #C1774B; }
a { background-color: rgb(193,119,75); }
div.DivClassName
{
background-color: #C1774B;
}
.BgClassName
{
background-color: #C1774B;
}
</style>
border-color css
<style>
span { border-color: #C1774B; }
span { border-color: rgb(193,119,75); }
td.TdClassName
{
border-color: #C1774B;
}
.TagClassName
{
border-color: #C1774B;
}
</style>