Shades of Brandy Punch #C17D47
Tints of Brandy Punch #C17D47
RGB
CMYK
RGB Variations
Color information
#C17D47 (or 0xC17D47) is known color: Brandy Punch. HEX triplet: C1, 7D and 47. RGB value is (193,125,71). Sum of RGB (Red+Green+Blue) = 193+125+71=389 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.61% from 389); Green value is 125 (49.22% from 255 or 32.13% from 389); Blue value is 71 (28.12% from 255 or 18.25% from 389); Max value from RGB is 193 - color contains mainly: red. Hex color #C17D47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17D47 is #3E82B8. Grayscale: #8B8B8B. Windows color (decimal): -4096697 or 4685249. OLE color: 4685249.
HSL color Cylindrical-coordinate representation of color #C17D47: hue angle of 26.56º 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 #C17D47 is Cyan = 0, Magento = 0.35, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 125 | 71 | - |
| CMYK | 0 | 0.35 | 0.63 | 0.24 |
| HSL | 26.56º | 0.5% | 0.52% | - |
| HSV(B) | 26.56º | 0.63% | 0.76% | - |
| XYZ | 30.46 | 26.46 | 9.46 | - |
| YUV | 139.18 | 89.53 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 125 | 71 | 0 | 0.35 | 0.63 | 0.24 | 26.56 | 0.5 | 0.52 |
| Hex | C1 | 7D | 47 | 0 | 23 | 3F | 18 | 1B | 32 | 34 |
| Octal | 301 | 175 | 107 | 0 | 43 | 77 | 30 | 33 | 62 | 64 |
| Binary | 11000001 | 1111101 | 1000111 | 0 | 100011 | 111111 | 11000 | 11011 | 110010 | 110100 |
Color Harmonies of #C17D47
Complementary color
Monochromatic Colors of #C17D47
Black with #C17D47
Text Example
Text Example
White with #C17D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17D47; }
p { color: rgb(193,125,71); }
H1.HeaderClassName
{
color: #C17D47;
}
.AnyTagClassName
{
color: #C17D47;
}
</style>
background-color css
<style>
a { background-color: #C17D47; }
a { background-color: rgb(193,125,71); }
div.DivClassName
{
background-color: #C17D47;
}
.BgClassName
{
background-color: #C17D47;
}
</style>
border-color css
<style>
span { border-color: #C17D47; }
span { border-color: rgb(193,125,71); }
td.TdClassName
{
border-color: #C17D47;
}
.TagClassName
{
border-color: #C17D47;
}
</style>