Shades of Brandy Punch #C17643
Tints of Brandy Punch #C17643
RGB
CMYK
RGB Variations
Color information
#C17643 (or 0xC17643) is known color: Brandy Punch. HEX triplet: C1, 76 and 43. RGB value is (193,118,67). Sum of RGB (Red+Green+Blue) = 193+118+67=378 (50% of max value = 765). Red value is 193 (75.78% from 255 or 51.06% from 378); Green value is 118 (46.48% from 255 or 31.22% from 378); Blue value is 67 (26.56% from 255 or 17.72% from 378); Max value from RGB is 193 - color contains mainly: red. Hex color #C17643 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17643 is #3E89BC. Grayscale: #868686. Windows color (decimal): -4098493 or 4421313. OLE color: 4421313.
HSL color Cylindrical-coordinate representation of color #C17643: hue angle of 24.29º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C17643 is Cyan = 0, Magento = 0.39, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 118 | 67 | - |
| CMYK | 0 | 0.39 | 0.65 | 0.24 |
| HSL | 24.29º | 0.5% | 0.51% | - |
| HSV(B) | 24.29º | 0.65% | 0.76% | - |
| XYZ | 29.48 | 24.7 | 8.52 | - |
| YUV | 134.61 | 89.85 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 118 | 67 | 0 | 0.39 | 0.65 | 0.24 | 24.29 | 0.5 | 0.51 |
| Hex | C1 | 76 | 43 | 0 | 27 | 41 | 18 | 18 | 32 | 33 |
| Octal | 301 | 166 | 103 | 0 | 47 | 101 | 30 | 30 | 62 | 63 |
| Binary | 11000001 | 1110110 | 1000011 | 0 | 100111 | 1000001 | 11000 | 11000 | 110010 | 110011 |
Color Harmonies of #C17643
Complementary color
Monochromatic Colors of #C17643
Black with #C17643
Text Example
Text Example
White with #C17643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17643; }
p { color: rgb(193,118,67); }
H1.HeaderClassName
{
color: #C17643;
}
.AnyTagClassName
{
color: #C17643;
}
</style>
background-color css
<style>
a { background-color: #C17643; }
a { background-color: rgb(193,118,67); }
div.DivClassName
{
background-color: #C17643;
}
.BgClassName
{
background-color: #C17643;
}
</style>
border-color css
<style>
span { border-color: #C17643; }
span { border-color: rgb(193,118,67); }
td.TdClassName
{
border-color: #C17643;
}
.TagClassName
{
border-color: #C17643;
}
</style>