Shades of Brandy Punch #C17B4D
Tints of Brandy Punch #C17B4D
RGB
CMYK
RGB Variations
Color information
#C17B4D (or 0xC17B4D) is known color: Brandy Punch. HEX triplet: C1, 7B and 4D. RGB value is (193,123,77). Sum of RGB (Red+Green+Blue) = 193+123+77=393 (52% of max value = 765). Red value is 193 (75.78% from 255 or 49.11% from 393); Green value is 123 (48.44% from 255 or 31.30% from 393); Blue value is 77 (30.47% from 255 or 19.59% from 393); Max value from RGB is 193 - color contains mainly: red. Hex color #C17B4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17B4D is #3E84B2. Grayscale: #8A8A8A. Windows color (decimal): -4097203 or 5077953. OLE color: 5077953.
HSL color Cylindrical-coordinate representation of color #C17B4D: hue angle of 23.79º 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 #C17B4D is Cyan = 0, Magento = 0.36, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 123 | 77 | - |
| CMYK | 0 | 0.36 | 0.60 | 0.24 |
| HSL | 23.79º | 0.48% | 0.53% | - |
| HSV(B) | 23.79º | 0.6% | 0.76% | - |
| XYZ | 30.41 | 26.04 | 10.44 | - |
| YUV | 138.69 | 93.19 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 123 | 77 | 0 | 0.36 | 0.60 | 0.24 | 23.79 | 0.48 | 0.53 |
| Hex | C1 | 7B | 4D | 0 | 24 | 3C | 18 | 18 | 30 | 35 |
| Octal | 301 | 173 | 115 | 0 | 44 | 74 | 30 | 30 | 60 | 65 |
| Binary | 11000001 | 1111011 | 1001101 | 0 | 100100 | 111100 | 11000 | 11000 | 110000 | 110101 |
Color Harmonies of #C17B4D
Complementary color
Monochromatic Colors of #C17B4D
Black with #C17B4D
Text Example
Text Example
White with #C17B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17B4D; }
p { color: rgb(193,123,77); }
H1.HeaderClassName
{
color: #C17B4D;
}
.AnyTagClassName
{
color: #C17B4D;
}
</style>
background-color css
<style>
a { background-color: #C17B4D; }
a { background-color: rgb(193,123,77); }
div.DivClassName
{
background-color: #C17B4D;
}
.BgClassName
{
background-color: #C17B4D;
}
</style>
border-color css
<style>
span { border-color: #C17B4D; }
span { border-color: rgb(193,123,77); }
td.TdClassName
{
border-color: #C17B4D;
}
.TagClassName
{
border-color: #C17B4D;
}
</style>