Shades of Brandy Punch #C17F55
Tints of Brandy Punch #C17F55
RGB
CMYK
RGB Variations
Color information
#C17F55 (or 0xC17F55) is known color: Brandy Punch. HEX triplet: C1, 7F and 55. RGB value is (193,127,85). Sum of RGB (Red+Green+Blue) = 193+127+85=405 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.65% from 405); Green value is 127 (50% from 255 or 31.36% from 405); Blue value is 85 (33.59% from 255 or 20.99% from 405); Max value from RGB is 193 - color contains mainly: red. Hex color #C17F55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17F55 is #3E80AA. Grayscale: #8E8E8E. Windows color (decimal): -4096171 or 5603265. OLE color: 5603265.
HSL color Cylindrical-coordinate representation of color #C17F55: hue angle of 23.33º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C17F55 is Cyan = 0, Magento = 0.34, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 127 | 85 | - |
| CMYK | 0 | 0.34 | 0.56 | 0.24 |
| HSL | 23.33º | 0.47% | 0.55% | - |
| HSV(B) | 23.33º | 0.56% | 0.76% | - |
| XYZ | 31.22 | 27.17 | 12.19 | - |
| YUV | 141.95 | 95.87 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 127 | 85 | 0 | 0.34 | 0.56 | 0.24 | 23.33 | 0.47 | 0.55 |
| Hex | C1 | 7F | 55 | 0 | 22 | 38 | 18 | 17 | 2F | 37 |
| Octal | 301 | 177 | 125 | 0 | 42 | 70 | 30 | 27 | 57 | 67 |
| Binary | 11000001 | 1111111 | 1010101 | 0 | 100010 | 111000 | 11000 | 10111 | 101111 | 110111 |
Color Harmonies of #C17F55
Complementary color
Monochromatic Colors of #C17F55
Black with #C17F55
Text Example
Text Example
White with #C17F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17F55; }
p { color: rgb(193,127,85); }
H1.HeaderClassName
{
color: #C17F55;
}
.AnyTagClassName
{
color: #C17F55;
}
</style>
background-color css
<style>
a { background-color: #C17F55; }
a { background-color: rgb(193,127,85); }
div.DivClassName
{
background-color: #C17F55;
}
.BgClassName
{
background-color: #C17F55;
}
</style>
border-color css
<style>
span { border-color: #C17F55; }
span { border-color: rgb(193,127,85); }
td.TdClassName
{
border-color: #C17F55;
}
.TagClassName
{
border-color: #C17F55;
}
</style>