Shades of Brandy Punch #C17A4D
Tints of Brandy Punch #C17A4D
RGB
CMYK
RGB Variations
Color information
#C17A4D (or 0xC17A4D) is known color: Brandy Punch. HEX triplet: C1, 7A and 4D. RGB value is (193,122,77). Sum of RGB (Red+Green+Blue) = 193+122+77=392 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.23% from 392); Green value is 122 (48.05% from 255 or 31.12% from 392); Blue value is 77 (30.47% from 255 or 19.64% from 392); Max value from RGB is 193 - color contains mainly: red. Hex color #C17A4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17A4D is #3E85B2. Grayscale: #8A8A8A. Windows color (decimal): -4097459 or 5077697. OLE color: 5077697.
HSL color Cylindrical-coordinate representation of color #C17A4D: hue angle of 23.28º 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 #C17A4D is Cyan = 0, Magento = 0.37, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 122 | 77 | - |
| CMYK | 0 | 0.37 | 0.60 | 0.24 |
| HSL | 23.28º | 0.48% | 0.53% | - |
| HSV(B) | 23.28º | 0.6% | 0.76% | - |
| XYZ | 30.29 | 25.79 | 10.4 | - |
| YUV | 138.1 | 93.52 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 122 | 77 | 0 | 0.37 | 0.60 | 0.24 | 23.28 | 0.48 | 0.53 |
| Hex | C1 | 7A | 4D | 0 | 25 | 3C | 18 | 17 | 30 | 35 |
| Octal | 301 | 172 | 115 | 0 | 45 | 74 | 30 | 27 | 60 | 65 |
| Binary | 11000001 | 1111010 | 1001101 | 0 | 100101 | 111100 | 11000 | 10111 | 110000 | 110101 |
Color Harmonies of #C17A4D
Complementary color
Monochromatic Colors of #C17A4D
Black with #C17A4D
Text Example
Text Example
White with #C17A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17A4D; }
p { color: rgb(193,122,77); }
H1.HeaderClassName
{
color: #C17A4D;
}
.AnyTagClassName
{
color: #C17A4D;
}
</style>
background-color css
<style>
a { background-color: #C17A4D; }
a { background-color: rgb(193,122,77); }
div.DivClassName
{
background-color: #C17A4D;
}
.BgClassName
{
background-color: #C17A4D;
}
</style>
border-color css
<style>
span { border-color: #C17A4D; }
span { border-color: rgb(193,122,77); }
td.TdClassName
{
border-color: #C17A4D;
}
.TagClassName
{
border-color: #C17A4D;
}
</style>