Shades of Brandy Punch #C17C47
Tints of Brandy Punch #C17C47
RGB
CMYK
RGB Variations
Color information
#C17C47 (or 0xC17C47) is known color: Brandy Punch. HEX triplet: C1, 7C and 47. RGB value is (193,124,71). Sum of RGB (Red+Green+Blue) = 193+124+71=388 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.74% from 388); Green value is 124 (48.83% from 255 or 31.96% from 388); Blue value is 71 (28.12% from 255 or 18.30% from 388); Max value from RGB is 193 - color contains mainly: red. Hex color #C17C47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17C47 is #3E83B8. Grayscale: #8A8A8A. Windows color (decimal): -4096953 or 4684993. OLE color: 4684993.
HSL color Cylindrical-coordinate representation of color #C17C47: hue angle of 26.07º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C17C47 is Cyan = 0, Magento = 0.36, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 124 | 71 | - |
| CMYK | 0 | 0.36 | 0.63 | 0.24 |
| HSL | 26.07º | 0.5% | 0.52% | - |
| HSV(B) | 26.07º | 0.63% | 0.76% | - |
| XYZ | 30.34 | 26.21 | 9.42 | - |
| YUV | 138.59 | 89.86 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 124 | 71 | 0 | 0.36 | 0.63 | 0.24 | 26.07 | 0.5 | 0.52 |
| Hex | C1 | 7C | 47 | 0 | 24 | 3F | 18 | 1A | 32 | 34 |
| Octal | 301 | 174 | 107 | 0 | 44 | 77 | 30 | 32 | 62 | 64 |
| Binary | 11000001 | 1111100 | 1000111 | 0 | 100100 | 111111 | 11000 | 11010 | 110010 | 110100 |
Color Harmonies of #C17C47
Complementary color
Monochromatic Colors of #C17C47
Black with #C17C47
Text Example
Text Example
White with #C17C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17C47; }
p { color: rgb(193,124,71); }
H1.HeaderClassName
{
color: #C17C47;
}
.AnyTagClassName
{
color: #C17C47;
}
</style>
background-color css
<style>
a { background-color: #C17C47; }
a { background-color: rgb(193,124,71); }
div.DivClassName
{
background-color: #C17C47;
}
.BgClassName
{
background-color: #C17C47;
}
</style>
border-color css
<style>
span { border-color: #C17C47; }
span { border-color: rgb(193,124,71); }
td.TdClassName
{
border-color: #C17C47;
}
.TagClassName
{
border-color: #C17C47;
}
</style>