Shades of Brandy Punch #C17E45
Tints of Brandy Punch #C17E45
RGB
CMYK
RGB Variations
Color information
#C17E45 (or 0xC17E45) is known color: Brandy Punch. HEX triplet: C1, 7E and 45. RGB value is (193,126,69). Sum of RGB (Red+Green+Blue) = 193+126+69=388 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.74% from 388); Green value is 126 (49.61% from 255 or 32.47% from 388); Blue value is 69 (27.34% from 255 or 17.78% from 388); Max value from RGB is 193 - color contains mainly: red. Hex color #C17E45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17E45 is #3E81BA. Grayscale: #8B8B8B. Windows color (decimal): -4096443 or 4554433. OLE color: 4554433.
HSL color Cylindrical-coordinate representation of color #C17E45: hue angle of 27.58º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C17E45 is Cyan = 0, Magento = 0.35, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 126 | 69 | - |
| CMYK | 0 | 0.35 | 0.64 | 0.24 |
| HSL | 27.58º | 0.5% | 0.51% | - |
| HSV(B) | 27.58º | 0.64% | 0.76% | - |
| XYZ | 30.53 | 26.69 | 9.17 | - |
| YUV | 139.54 | 88.2 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 126 | 69 | 0 | 0.35 | 0.64 | 0.24 | 27.58 | 0.5 | 0.51 |
| Hex | C1 | 7E | 45 | 0 | 23 | 40 | 18 | 1C | 32 | 33 |
| Octal | 301 | 176 | 105 | 0 | 43 | 100 | 30 | 34 | 62 | 63 |
| Binary | 11000001 | 1111110 | 1000101 | 0 | 100011 | 1000000 | 11000 | 11100 | 110010 | 110011 |
Color Harmonies of #C17E45
Complementary color
Monochromatic Colors of #C17E45
Black with #C17E45
Text Example
Text Example
White with #C17E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17E45; }
p { color: rgb(193,126,69); }
H1.HeaderClassName
{
color: #C17E45;
}
.AnyTagClassName
{
color: #C17E45;
}
</style>
background-color css
<style>
a { background-color: #C17E45; }
a { background-color: rgb(193,126,69); }
div.DivClassName
{
background-color: #C17E45;
}
.BgClassName
{
background-color: #C17E45;
}
</style>
border-color css
<style>
span { border-color: #C17E45; }
span { border-color: rgb(193,126,69); }
td.TdClassName
{
border-color: #C17E45;
}
.TagClassName
{
border-color: #C17E45;
}
</style>