Shades of Brandy Punch #C17C4D
Tints of Brandy Punch #C17C4D
RGB
CMYK
RGB Variations
Color information
#C17C4D (or 0xC17C4D) is known color: Brandy Punch. HEX triplet: C1, 7C and 4D. RGB value is (193,124,77). Sum of RGB (Red+Green+Blue) = 193+124+77=394 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.98% from 394); Green value is 124 (48.83% from 255 or 31.47% from 394); Blue value is 77 (30.47% from 255 or 19.54% from 394); Max value from RGB is 193 - color contains mainly: red. Hex color #C17C4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17C4D is #3E83B2. Grayscale: #8B8B8B. Windows color (decimal): -4096947 or 5078209. OLE color: 5078209.
HSL color Cylindrical-coordinate representation of color #C17C4D: hue angle of 24.31º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C17C4D is Cyan = 0, Magento = 0.36, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 124 | 77 | - |
| CMYK | 0 | 0.36 | 0.60 | 0.24 |
| HSL | 24.31º | 0.48% | 0.53% | - |
| HSV(B) | 24.31º | 0.6% | 0.76% | - |
| XYZ | 30.54 | 26.29 | 10.49 | - |
| YUV | 139.27 | 92.86 | 166.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 124 | 77 | 0 | 0.36 | 0.60 | 0.24 | 24.31 | 0.48 | 0.53 |
| Hex | C1 | 7C | 4D | 0 | 24 | 3C | 18 | 18 | 30 | 35 |
| Octal | 301 | 174 | 115 | 0 | 44 | 74 | 30 | 30 | 60 | 65 |
| Binary | 11000001 | 1111100 | 1001101 | 0 | 100100 | 111100 | 11000 | 11000 | 110000 | 110101 |
Color Harmonies of #C17C4D
Complementary color
Monochromatic Colors of #C17C4D
Black with #C17C4D
Text Example
Text Example
White with #C17C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17C4D; }
p { color: rgb(193,124,77); }
H1.HeaderClassName
{
color: #C17C4D;
}
.AnyTagClassName
{
color: #C17C4D;
}
</style>
background-color css
<style>
a { background-color: #C17C4D; }
a { background-color: rgb(193,124,77); }
div.DivClassName
{
background-color: #C17C4D;
}
.BgClassName
{
background-color: #C17C4D;
}
</style>
border-color css
<style>
span { border-color: #C17C4D; }
span { border-color: rgb(193,124,77); }
td.TdClassName
{
border-color: #C17C4D;
}
.TagClassName
{
border-color: #C17C4D;
}
</style>