Shades of Brandy Punch #C17C3B
Tints of Brandy Punch #C17C3B
RGB
CMYK
RGB Variations
Color information
#C17C3B (or 0xC17C3B) is known color: Brandy Punch. HEX triplet: C1, 7C and 3B. RGB value is (193,124,59). Sum of RGB (Red+Green+Blue) = 193+124+59=376 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.33% from 376); Green value is 124 (48.83% from 255 or 32.98% from 376); Blue value is 59 (23.44% from 255 or 15.69% from 376); Max value from RGB is 193 - color contains mainly: red. Hex color #C17C3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17C3B is #3E83C4. Grayscale: #898989. Windows color (decimal): -4096965 or 3898561. OLE color: 3898561.
HSL color Cylindrical-coordinate representation of color #C17C3B: hue angle of 29.1º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C17C3B is Cyan = 0, Magento = 0.36, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 124 | 59 | - |
| CMYK | 0 | 0.36 | 0.69 | 0.24 |
| HSL | 29.1º | 0.53% | 0.49% | - |
| HSV(B) | 29.1º | 0.69% | 0.76% | - |
| XYZ | 29.99 | 26.07 | 7.59 | - |
| YUV | 137.22 | 83.86 | 167.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 124 | 59 | 0 | 0.36 | 0.69 | 0.24 | 29.1 | 0.53 | 0.49 |
| Hex | C1 | 7C | 3B | 0 | 24 | 45 | 18 | 1D | 35 | 31 |
| Octal | 301 | 174 | 73 | 0 | 44 | 105 | 30 | 35 | 65 | 61 |
| Binary | 11000001 | 1111100 | 111011 | 0 | 100100 | 1000101 | 11000 | 11101 | 110101 | 110001 |
Color Harmonies of #C17C3B
Complementary color
Monochromatic Colors of #C17C3B
Black with #C17C3B
Text Example
Text Example
White with #C17C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17C3B; }
p { color: rgb(193,124,59); }
H1.HeaderClassName
{
color: #C17C3B;
}
.AnyTagClassName
{
color: #C17C3B;
}
</style>
background-color css
<style>
a { background-color: #C17C3B; }
a { background-color: rgb(193,124,59); }
div.DivClassName
{
background-color: #C17C3B;
}
.BgClassName
{
background-color: #C17C3B;
}
</style>
border-color css
<style>
span { border-color: #C17C3B; }
span { border-color: rgb(193,124,59); }
td.TdClassName
{
border-color: #C17C3B;
}
.TagClassName
{
border-color: #C17C3B;
}
</style>