Shades of Brandy Punch #C17E42
Tints of Brandy Punch #C17E42
RGB
CMYK
RGB Variations
Color information
#C17E42 (or 0xC17E42) is known color: Brandy Punch. HEX triplet: C1, 7E and 42. RGB value is (193,126,66). Sum of RGB (Red+Green+Blue) = 193+126+66=385 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.13% from 385); Green value is 126 (49.61% from 255 or 32.73% from 385); Blue value is 66 (26.17% from 255 or 17.14% from 385); Max value from RGB is 193 - color contains mainly: red. Hex color #C17E42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17E42 is #3E81BD. Grayscale: #8B8B8B. Windows color (decimal): -4096446 or 4357825. OLE color: 4357825.
HSL color Cylindrical-coordinate representation of color #C17E42: hue angle of 28.35º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C17E42 is Cyan = 0, Magento = 0.35, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 126 | 66 | - |
| CMYK | 0 | 0.35 | 0.66 | 0.24 |
| HSL | 28.35º | 0.51% | 0.51% | - |
| HSV(B) | 28.35º | 0.66% | 0.76% | - |
| XYZ | 30.44 | 26.65 | 8.69 | - |
| YUV | 139.19 | 86.7 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 126 | 66 | 0 | 0.35 | 0.66 | 0.24 | 28.35 | 0.51 | 0.51 |
| Hex | C1 | 7E | 42 | 0 | 23 | 42 | 18 | 1C | 33 | 33 |
| Octal | 301 | 176 | 102 | 0 | 43 | 102 | 30 | 34 | 63 | 63 |
| Binary | 11000001 | 1111110 | 1000010 | 0 | 100011 | 1000010 | 11000 | 11100 | 110011 | 110011 |
Color Harmonies of #C17E42
Complementary color
Monochromatic Colors of #C17E42
Black with #C17E42
Text Example
Text Example
White with #C17E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17E42; }
p { color: rgb(193,126,66); }
H1.HeaderClassName
{
color: #C17E42;
}
.AnyTagClassName
{
color: #C17E42;
}
</style>
background-color css
<style>
a { background-color: #C17E42; }
a { background-color: rgb(193,126,66); }
div.DivClassName
{
background-color: #C17E42;
}
.BgClassName
{
background-color: #C17E42;
}
</style>
border-color css
<style>
span { border-color: #C17E42; }
span { border-color: rgb(193,126,66); }
td.TdClassName
{
border-color: #C17E42;
}
.TagClassName
{
border-color: #C17E42;
}
</style>