Shades of Brandy Punch #C17D4D
Tints of Brandy Punch #C17D4D
RGB
CMYK
RGB Variations
Color information
#C17D4D (or 0xC17D4D) is known color: Brandy Punch. HEX triplet: C1, 7D and 4D. RGB value is (193,125,77). Sum of RGB (Red+Green+Blue) = 193+125+77=395 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.86% from 395); Green value is 125 (49.22% from 255 or 31.65% from 395); Blue value is 77 (30.47% from 255 or 19.49% from 395); Max value from RGB is 193 - color contains mainly: red. Hex color #C17D4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17D4D is #3E82B2. Grayscale: #8C8C8C. Windows color (decimal): -4096691 or 5078465. OLE color: 5078465.
HSL color Cylindrical-coordinate representation of color #C17D4D: hue angle of 24.83º 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 #C17D4D is Cyan = 0, Magento = 0.35, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 125 | 77 | - |
| CMYK | 0 | 0.35 | 0.60 | 0.24 |
| HSL | 24.83º | 0.48% | 0.53% | - |
| HSV(B) | 24.83º | 0.6% | 0.76% | - |
| XYZ | 30.67 | 26.54 | 10.53 | - |
| YUV | 139.86 | 92.53 | 165.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 125 | 77 | 0 | 0.35 | 0.60 | 0.24 | 24.83 | 0.48 | 0.53 |
| Hex | C1 | 7D | 4D | 0 | 23 | 3C | 18 | 19 | 30 | 35 |
| Octal | 301 | 175 | 115 | 0 | 43 | 74 | 30 | 31 | 60 | 65 |
| Binary | 11000001 | 1111101 | 1001101 | 0 | 100011 | 111100 | 11000 | 11001 | 110000 | 110101 |
Color Harmonies of #C17D4D
Complementary color
Monochromatic Colors of #C17D4D
Black with #C17D4D
Text Example
Text Example
White with #C17D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17D4D; }
p { color: rgb(193,125,77); }
H1.HeaderClassName
{
color: #C17D4D;
}
.AnyTagClassName
{
color: #C17D4D;
}
</style>
background-color css
<style>
a { background-color: #C17D4D; }
a { background-color: rgb(193,125,77); }
div.DivClassName
{
background-color: #C17D4D;
}
.BgClassName
{
background-color: #C17D4D;
}
</style>
border-color css
<style>
span { border-color: #C17D4D; }
span { border-color: rgb(193,125,77); }
td.TdClassName
{
border-color: #C17D4D;
}
.TagClassName
{
border-color: #C17D4D;
}
</style>