Shades of Brandy Punch #C17A47
Tints of Brandy Punch #C17A47
RGB
CMYK
RGB Variations
Color information
#C17A47 (or 0xC17A47) is known color: Brandy Punch. HEX triplet: C1, 7A and 47. RGB value is (193,122,71). Sum of RGB (Red+Green+Blue) = 193+122+71=386 (51% of max value = 765). Red value is 193 (75.78% from 255 or 50% from 386); Green value is 122 (48.05% from 255 or 31.61% from 386); Blue value is 71 (28.12% from 255 or 18.39% from 386); Max value from RGB is 193 - color contains mainly: red. Hex color #C17A47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17A47 is #3E85B8. Grayscale: #898989. Windows color (decimal): -4097465 or 4684481. OLE color: 4684481.
HSL color Cylindrical-coordinate representation of color #C17A47: hue angle of 25.08º 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 #C17A47 is Cyan = 0, Magento = 0.37, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 122 | 71 | - |
| CMYK | 0 | 0.37 | 0.63 | 0.24 |
| HSL | 25.08º | 0.5% | 0.52% | - |
| HSV(B) | 25.08º | 0.63% | 0.76% | - |
| XYZ | 30.09 | 25.71 | 9.34 | - |
| YUV | 137.42 | 90.52 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 122 | 71 | 0 | 0.37 | 0.63 | 0.24 | 25.08 | 0.5 | 0.52 |
| Hex | C1 | 7A | 47 | 0 | 25 | 3F | 18 | 19 | 32 | 34 |
| Octal | 301 | 172 | 107 | 0 | 45 | 77 | 30 | 31 | 62 | 64 |
| Binary | 11000001 | 1111010 | 1000111 | 0 | 100101 | 111111 | 11000 | 11001 | 110010 | 110100 |
Color Harmonies of #C17A47
Complementary color
Monochromatic Colors of #C17A47
Black with #C17A47
Text Example
Text Example
White with #C17A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17A47; }
p { color: rgb(193,122,71); }
H1.HeaderClassName
{
color: #C17A47;
}
.AnyTagClassName
{
color: #C17A47;
}
</style>
background-color css
<style>
a { background-color: #C17A47; }
a { background-color: rgb(193,122,71); }
div.DivClassName
{
background-color: #C17A47;
}
.BgClassName
{
background-color: #C17A47;
}
</style>
border-color css
<style>
span { border-color: #C17A47; }
span { border-color: rgb(193,122,71); }
td.TdClassName
{
border-color: #C17A47;
}
.TagClassName
{
border-color: #C17A47;
}
</style>