Shades of Brandy Punch #C17E3E
Tints of Brandy Punch #C17E3E
RGB
CMYK
RGB Variations
Color information
#C17E3E (or 0xC17E3E) is known color: Brandy Punch. HEX triplet: C1, 7E and 3E. RGB value is (193,126,62). Sum of RGB (Red+Green+Blue) = 193+126+62=381 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.66% from 381); Green value is 126 (49.61% from 255 or 33.07% from 381); Blue value is 62 (24.61% from 255 or 16.27% from 381); Max value from RGB is 193 - color contains mainly: red. Hex color #C17E3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17E3E is #3E81C1. Grayscale: #8B8B8B. Windows color (decimal): -4096450 or 4095681. OLE color: 4095681.
HSL color Cylindrical-coordinate representation of color #C17E3E: hue angle of 29.31º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C17E3E is Cyan = 0, Magento = 0.35, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 126 | 62 | - |
| CMYK | 0 | 0.35 | 0.68 | 0.24 |
| HSL | 29.31º | 0.51% | 0.5% | - |
| HSV(B) | 29.31º | 0.68% | 0.76% | - |
| XYZ | 30.32 | 26.61 | 8.09 | - |
| YUV | 138.74 | 84.7 | 166.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 126 | 62 | 0 | 0.35 | 0.68 | 0.24 | 29.31 | 0.51 | 0.5 |
| Hex | C1 | 7E | 3E | 0 | 23 | 44 | 18 | 1D | 33 | 32 |
| Octal | 301 | 176 | 76 | 0 | 43 | 104 | 30 | 35 | 63 | 62 |
| Binary | 11000001 | 1111110 | 111110 | 0 | 100011 | 1000100 | 11000 | 11101 | 110011 | 110010 |
Color Harmonies of #C17E3E
Complementary color
Monochromatic Colors of #C17E3E
Black with #C17E3E
Text Example
Text Example
White with #C17E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17E3E; }
p { color: rgb(193,126,62); }
H1.HeaderClassName
{
color: #C17E3E;
}
.AnyTagClassName
{
color: #C17E3E;
}
</style>
background-color css
<style>
a { background-color: #C17E3E; }
a { background-color: rgb(193,126,62); }
div.DivClassName
{
background-color: #C17E3E;
}
.BgClassName
{
background-color: #C17E3E;
}
</style>
border-color css
<style>
span { border-color: #C17E3E; }
span { border-color: rgb(193,126,62); }
td.TdClassName
{
border-color: #C17E3E;
}
.TagClassName
{
border-color: #C17E3E;
}
</style>